ConfigModel class

Constructors

ConfigModel()
ConfigModel.fromMap(Map<String, dynamic> settings)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
parameters Map<String, String?>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Map<String, String?>
getter/setter pair
xml String?
getter/setter pair

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?>