DynamicConfig class

Constructors

DynamicConfig(String name, [Map<String, dynamic> value = const {}])

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of this DynamicConfig
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Map<String, dynamic>
The loaded values of this DynamicConfig for the current user.
getter/setter pair

Methods

get<T>(String key, [T? defaultValue]) → T?
Gets a value from the DynamicConfig
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

Static Methods

empty(String name) → dynamic