operator [] method

S? operator [](
  1. String key
)

Implementation

S? operator [](String key) => _members[key];