ConfigManager class

Constructors

ConfigManager()
factory

Properties

configMap Map<String, Config>
getter/setter pair
groups List<ConfigGroup>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pickedConfig Config?
no setter
pickedName String?
当前选中的配置
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(Config config) Future
infoPageRoute(Config config) Route
listPageRoute() Route
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update() Future<Result>
value(String key, {String? def}) String?

Operators

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

Static Properties

instance ConfigManager
no setter