Api class

Constructors

Api({bool autoGenerateId = true, required String baseUrl, ApiConfig config = const ApiConfig(), ApiStatus status = const ApiStatus(), ApiTimer timer = const ApiTimer(), ApiRequest request = ApiRequest.get})
const

Properties

autoGenerateId bool
final
baseUrl String
final
config ApiConfig
final
hashCode int
The hash code for this object.
no setterinherited
request ApiRequest
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ApiStatus
final
timer ApiTimer
final

Methods

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