PageInfo class

pageCount : 1 totalHits : 1 totalPages : 1 pageSize : 10

Constructors

PageInfo()

Properties

hashCode int
The hash code for this object.
no setterinherited
pageCount int?
getter/setter pair
pageSize int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalHits int?
getter/setter pair
totalPages int?
getter/setter pair

Methods

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

Operators

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

Static Methods

fromMap(Map<String, dynamic> map) PageInfo