SmartInitType enum

The initialization type can be dynamically set, which is suitable for some special scenarios; for example: for a desktop application, initializing the global only needs to initialize the Attach Dialog, and initializing a block area does not need to initialize the Attach Dialog

可动态设置初始化类型, 适用于一些特殊场景; 例如: 某桌面端应用, 初始化全局只需要初始化Attach Dialog, 初始化某块区域不需要初始化Attach Dialog

Inheritance

Constructors

SmartInitType()
const

Values

custom → const SmartInitType

init CustomDialog (show)

attach → const SmartInitType

init AttachDialog (showAttach)

notify → const SmartInitType

init NotifyDialog (showNotify)

loading → const SmartInitType

init Loading (showLoading)

toast → const SmartInitType

init Toast (showToast)

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