operator [] method
- String field
Get the value of the specified field
.
Will crash if attempting to access fields different than Field.key and Field.value if the value is not a map
Implementation
dynamic operator [](String field);
Get the value of the specified field
.
Will crash if attempting to access fields different than Field.key and Field.value if the value is not a map
dynamic operator [](String field);