VPaginationModel<T> class

Constructors

VPaginationModel({required List<T> data, required int page, required int limit, int? nextPage})
VPaginationModel.fromCustomMap({required List<T> values, required Map<String, dynamic> map})
factory

Properties

data List<T>
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
limit int
getter/setter pair
nextPage int?
getter/setter pair
page int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<T>? values, int? page, int? limit, int? nextPage}) VPaginationModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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