ViewEvent.failure constructor

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

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

Implementation

const factory ViewEvent.failure({
  required BaseViewEventType type,
}) = _Failure;