APIConfiguration class

A Configuration to represent an external HTTP API.

Inheritance

Properties

baseURL String?
The base URL of the described API.
getter/setter pair
clientID String?
The client ID.
getter/setter pair
clientSecret String?
The client secret.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(dynamic value) → void
Ingests value into the properties of this type.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate() → void
Validates this configuration.
inherited

Operators

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