JsonMap class

Provides logic for traversing Json object tree

Constructors

JsonMap(Map map, [Json? jsonMeta, List<JsonMap>? parentMaps])

Properties

hashCode int
The hash code for this object.
no setterinherited
jsonMeta Json?
getter/setter pair
map Map
getter/setter pair
parentMaps List<JsonMap>?
getter/setter pair
pathDelimiter String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPropertyValue(String name) → dynamic
hasProperty(String name) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPropertyValue(String name, dynamic value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited