operator [] method

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

Implementation

bool? operator [](Object? key) {
  return _entries[key];
}