SimpleListDriver class

Expects the API to return List of data directly in its response.

Implemented types

Constructors

SimpleListDriver()

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
override
toString() String
A string representation of this object.
inherited
unpackData(dynamic data) UnpackedData
Extract interesting data from the API response
override

Operators

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

Static Methods

queryParamPager(RestClient client, int page) RestClient