operator [] method

dynamic operator [](
  1. String fieldName
)

Implementation

dynamic operator [](String fieldName) => data[fieldName];