ConfigReader class

Constructors

ConfigReader()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

readJson(String content) Future<Map<String, dynamic>>
readOnlineJson(String url) Future<Map<String, dynamic>>
readOnlineProperties(String url) Future<Map<String, String>>
readOnlineYaml(String url) Future<Map>
readProperties(String content) Future<Map<String, String>>
readYaml(String content) Future<Map>