operator [] abstract method

Object? operator [](
  1. 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

Object? operator [](String field);