ListWrapper<T> class

列表+元信息

Constructors

ListWrapper({required int total, required int page, required bool hasNext, required List<T> dataList})

Properties

dataList List<T>
final
hashCode int
The hash code for this object.
no setterinherited
hasNext bool
final
page int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited