Config class

Constructors

Config.new({required String applicationId, required String clientId, required String clientSecret, String userId = "ANONYMOUS", required Map keys, String version = "", Styles? styles})
Config.fromJson(Map<String, String> json)
factory

Properties

application String
getter/setter pair
applicationId String
final
category String?
getter/setter pair
clientId String
final
clientSecret String
final
hashCode int
The hash code for this object.
no setterinherited
keys Map
getter/setter pair
limit int
getter/setter pair
offset int
getter/setter pair
orderBy String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String?
getter/setter pair
static String?
getter/setter pair
styles Styles?
getter/setter pair
token String?
getter/setter pair
userId String
final
version String
getter/setter pair

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