get method

V? get(
  1. Object? key
)

Implementation

V? get(Object? key) {
  return super[key];
}