LoadMoreEbznzStatus enum
Values
- idle → const LoadMoreEbznzStatus
-
空闲中,表示当前等待加载
wait for loading
- loading → const LoadMoreEbznzStatus
-
刷新中,不应该继续加载,等待future返回
the view is loading
- fail → const LoadMoreEbznzStatus
-
刷新失败,刷新失败,这时需要点击才能刷新
loading fail, need tap view to loading
- nomore → const LoadMoreEbznzStatus
-
没有更多,没有更多数据了,这个状态不触发任何条件
not have more data
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
LoadMoreEbznzStatus> - A constant List of the values in this enum, in order of their declaration.