JSONValueSet class

Constructors

JSONValueSet([bool listMode = false])

Properties

hashCode int
The hash code for this object.
no setterinherited
listMode bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Map<NodeKey, ValueProvider>
final

Methods

asValueProvider() ValueProvider
buildJSON(dynamic parent) → dynamic
buildJSONAsString(dynamic parent) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(NodeKey key, ValueProvider? val) → void
toString() String
A string representation of this object.
inherited

Operators

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