DivListData<T> class

Constructors

DivListData()

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<T>
getter/setter pair
page int
getter/setter pair
refresh ↔ void Function()
刷新渲染组件
getter/setter pair
reload Future<void> Function(bool)
刷新加载数据
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DivListStatusEnum
getter/setter pair

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