Dictionary class

Constructors

Dictionary(Map raw)

Properties

allKeys ↔ dynamic
read / write
data Map
read / write
hashCode int
The hash code for this object.
read-onlyinherited
index Map
read / write
keys ↔ dynamic
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

add(dynamic name, dynamic ivls, dynamic chroma) → dynamic
list(dynamic name) → dynamic
names([dynamic p]) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
override
toString() String
A string representation of this object.
inherited

Operators

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