get<T> method

T get<T>(
  1. String id
)

Implementation

T get<T>(String id) => _items[id] as T;