get<T> method

T get<T>(
  1. Type type
)

Implementation

T get<T>(Type type) => environment.get(type: type) as T;