operator [] method

FutureOr operator [](
  1. dynamic key
)

Implementation

FutureOr operator [](dynamic key) async {
  return get(key);
}