ConfigService class

Constructors

ConfigService(bool loggerEnabled)

Properties

appName String
getter/setter pair
appSettings AppSettings
no setter
appVersion String
getter/setter pair
deviceToken String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
humanLanguage String?
getter/setter pair
loggerEnabled bool?
getter/setter pair
platform String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverConfiguration ServerConfiguration
no setter
userAgent String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setServerConfiguration(Map<String, dynamic> configuration) → void
toString() String
A string representation of this object.
inherited

Operators

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