GridPagesInfo class

Constructors

GridPagesInfo.new({required int pageCount, required int currentPageNumber, required bool isNextPagePossible, required bool isPreviousPagePossible})
GridPagesInfo.fromJson(String source)
factory
GridPagesInfo.fromMap(Map<String, dynamic> map)
factory

Properties

currentPageNumber int
final
hashCode int
The hash code for this object.
no setteroverride
isNextPagePossible bool
final
isPreviousPagePossible bool
final
pageCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? pageCount, int? currentPageNumber, bool? isNextPagePossible, bool? isPreviousPagePossible}) GridPagesInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant GridPagesInfo other) bool
The equality operator.
override