ApiConfig class

Configure REST API properties to be used later on thoroughout API calls

Though for a specific use case these can also be overriden in API call functions it getRequest() and postRequest()

Constructors

ApiConfig()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

baseUrl String
base url for the project
getter/setter pair
header for the project
getter/setter pair
responseTimeOut Duration
duration for timeout request
getter/setter pair