ViewEvent.complete constructor

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

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

Implementation

const factory ViewEvent.complete({
  required BaseViewEventType type,
}) = _Complete;