RestListingDriver class abstract

Allows to hook into the process of requesting data from the API and then unwrapping List of results from provided response

Implementers

Constructors

RestListingDriver()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareClient(RestClient? client, int page) RestClient
Configure rest client so that it will request given page of data
toString() String
A string representation of this object.
inherited
unpackData(dynamic data) UnpackedData
Extract interesting data from the API response

Operators

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