ConfigModel class
Constructors
- ConfigModel()
-
ConfigModel.fromMap(Map<
String, dynamic> settings) -
factory
Properties
Methods
-
deserialize(
XmlElement xml) → void -
get(
String key) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String key, String value) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromUrl(
String url) → Future< ConfigModel?> -
fromXml(
XmlElement xml) → Future< ConfigModel?>