Config class abstract

Basic configuration module.

Implementers

Constructors

Config.new()

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

fetch() Future<void>
Retrieves the data for the configuration.
initialize() Future<void>
Initialize the config instance. This function should call fetch and read for the first time.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() → void
Reads the configuration and assigns the values to the corresponding fields.
toString() String
A string representation of this object.
inherited

Operators

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