ApiPagingOptions class

Inheritance

Constructors

ApiPagingOptions({Object? body, Map<String, dynamic>? queryParams, ApiRequest request = ApiRequest.get})
const
ApiPagingOptions.empty()
const

Properties

body Object?
final
fetchFromLast bool
finalinherited
fetchingSize int?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initialSize int?
finalinherited
queryParams Map<String, dynamic>?
final
request ApiRequest
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy({bool? fetchFromLast, int? fetchingSize, int? initialSize}) InAppPagingOptions
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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