operator [] method

String? operator [](
  1. String name
)

Implementation

String? operator [](String name) => getAttribute(name);