BaseViewEventType class abstract

画面イベントの種類の基底クラス

Viewまで伝達するエラーについては、ErrorTypeに対して このクラスを継承して定義する Error以外は、ViewEventTypeに定義する サブクラスには、ローカライズされたメッセージを返すメソッドを実装する

Constructors

BaseViewEventType()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toLocalizedMessage(BuildContext context) String
ローカライズされたメッセージを返す
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited