ViewEvent.error constructor

const ViewEvent.error(
  1. {required BaseViewEventType type}
)

エラー通知イベント 引数のtypeに応じたメッセージをSnackBarに表示

Implementation

const factory ViewEvent.error({
  required BaseViewEventType type,
}) = _Error;