RadonMap class
Constructors
- RadonMap.new([List script = emptyList])
Properties
Methods
-
encode(
) → List -
inherited
-
getArray(
String key) → RadonArray -
getBoolean(
String key) → RadonBoolean -
getBytes(
String key) → RadonBytes -
getFloat(
String key) → RadonFloat -
getInteger(
String key) → RadonInteger -
getMap(
String key) → RadonMap -
getString(
String key) → RadonString -
initScript(
List data) → void -
inherited
-
keys(
) → RadonArray -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
valuesAsArray(
) → RadonArray
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited