operator [] method

String? operator [](
  1. String name
)

Implementation

String? operator [](String name) {
  return _delegate.get(name);
}