SmartAwaitOverType enum

The type of dialog await ending

弹窗await结束的类型

Inheritance

Constructors

SmartAwaitOverType()
const

Values

dialogDismiss → const SmartAwaitOverType

The moment when the dialog is completely closed

dialog完全关闭的时刻

dialogAppear → const SmartAwaitOverType

The moment when the dialog fully appears (when the start animation of the dialog appears)

弹窗完全出现时刻(弹窗出现的开始动画结束时)

none → const SmartAwaitOverType

await ends after 10 milliseconds

await 10毫秒后结束

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<SmartAwaitOverType>
A constant List of the values in this enum, in order of their declaration.