ViewEvent.failure constructor
- {required BaseViewEventType type}
失敗通知イベント 引数のtypeに応じたメッセージをSnackBarに表示
Implementation
const factory ViewEvent.failure({
required BaseViewEventType type,
}) = _Failure;
失敗通知イベント 引数のtypeに応じたメッセージをSnackBarに表示
const factory ViewEvent.failure({
required BaseViewEventType type,
}) = _Failure;