ConfigDocument class abstract

Implementers
Available Extensions

Constructors

ConfigDocument()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asString() String
get(String key, [dynamic def]) → dynamic
getAsBool(String key, [bool? def]) bool?
getAsBoolList(String key, [List<bool>? def]) List<bool>
getAsDouble(String key, [double? def]) double?
getAsDoubleList(String key, [List<double>? def]) List<double>
getAsInt(String key, [int? def]) int?
getAsIntList(String key, [List<int>? def]) List<int>
getAsList(String key, [List? def]) List?
getAsMap(String key, [Map? def]) Map?
getAsNum(String key, [num? def]) num?
getAsNumList(String key, [List<num>? def]) List<num>
getAsString(String key, [String? def]) String?
getAsStringList(String key, [List<String>? def]) List<String>
getPath(List<String> keys, [dynamic def]) → dynamic
getPathAsString(List<String> keys, [dynamic def]) String
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