operator [] method

Resource? operator [](
  1. Object? key
)

Implementation

Resource? operator [](Object? key) => _map[key];