ListResultDriver class

Expects the API to return a Map with 'data' attribute which contains the actual List of results

Implemented types

Constructors

ListResultDriver()

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