PageAbleViewModelMixin mixin

对应分页器的ViewModel引入的

Properties

currentPage int
no setter
hashCode int
The hash code for this object.
no setterinherited
initialPage int
no setter
list List
getter/setter pair
pageSize int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

freshData() Future
刷新数据接口
loadData(int currentPage, int pageSize) Future<List>
加载数据(需实现)
loadMoreData() Future
加载更多数据接口
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