operator [] method

Future operator [](
  1. dynamic key
)

Implementation

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