operator [] abstract method

Future<T?> operator [](
  1. String key
)

Get the stash value for the specified key.

  • key: the key

Implementation

Future<T?> operator [](String key);