operator [] method

String? operator [](
  1. String key
)

Implementation

String? operator [](String key) {
  return _defined[key];
}