EMPageResult<T> class

分页类。 该类包含下次查询的页码以及相应页面上的数据条数。 该对象在分页获取数据时返回。

Param T 泛型类型 T。

Constructors

EMPageResult.fromJson(Map map, {dynamic dataItemCallback = PageResultCallback})
factory

Properties

data List<T>?
获取 泛型数据。
no setter
hashCode int
The hash code for this object.
no setterinherited
pageCount → dynamic
当前页面上的数据条数。若 PageCount 小于传入的每页要获取的数量,表示当前是最后一页。
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