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