SortPaginationResponse class

Constructors

SortPaginationResponse({required List<String> keys, String? orderBy, String? orderType})
SortPaginationResponse.fromJson(String source)
factory
SortPaginationResponse.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
keys List<String>
getter/setter pair
orderBy String?
getter/setter pair
orderType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<String>? keys, String? orderBy, String? orderType}) SortPaginationResponse
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 ==(Object other) bool
The equality operator.
override