LoadingViewModel class
Constructors
- LoadingViewModel.new(BuildContext context)
Properties
Methods
-
dismiss(
) → void -
dispose(
) → void -
释放资源
override
-
init(
) → void -
初始化状态
inherited
-
initData(
) → void -
加载数据
override
-
initState(
) → void -
状态初始化
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onEvent(
LoadingMsg event) → void -
setState(
) → void -
inherited
-
show(
String message) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited