read<T> method

T? read<T>(
  1. String key
)

Implementation

T? read<T>(String key) => _subject[key] as T?;