LoadingViewModel class

Inheritance

Constructors

LoadingViewModel.new(BuildContext context)

Properties

context BuildContext
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state LiveData
finalinherited
visible bool
getter/setter pair

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