get method

T? get(
  1. A arg
)

Returns the cached value by arg.

Implementation

T? get(A arg) => _cache[arg.hashCode];