get<T> method

T? get<T>(
  1. String key, [
  2. T? secondary
])

Implementation

T? get<T>(String key, [T? secondary]) => call(key, secondary);