SmartStatus enum

Inheritance

Constructors

SmartStatus()
const

Values

smart → const SmartStatus

close single dialog:loading(showToast),custom(show)or attach(showAttach)

关闭单个dialog:loading(showLoading),custom(show)或 attach(showAttach)

toast → const SmartStatus

close toast(showToast)

关闭toast(showToast)

allToast → const SmartStatus

close all toasts(showToast)

关闭所有toast(showToast)

loading → const SmartStatus

close loading(showLoading)

关闭loading(showLoading)

custom → const SmartStatus

close single custom dialog(show)

关闭单个custom dialog(show)

attach → const SmartStatus

close single attach dialog(showAttach)

关闭单个attach dialog(showAttach)

dialog → const SmartStatus

close single dialog(attach or custom)

关闭单个dialog(attach或custom)

allCustom → const SmartStatus

close all custom dialog, but not close toast,loading and attach dialog

关闭打开的所有custom dialog,但是不关闭toast,loading和attach dialog

allAttach → const SmartStatus

close all attach dialog, but not close toast,loading and custom dialog

关闭打开的所有attach dialog,但是不关闭toast,loading和custom dialog

allDialog → const SmartStatus

close all dialog(attach and custom), but not close toast and loading

关闭打开的所有dialog(attach和custom),但是不关闭toast和loading

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<SmartStatus>
A constant List of the values in this enum, in order of their declaration.