getValue<T> method

T getValue<T>(
  1. String key
)

Implementation

T getValue<T>(String key) => _appConfig[key] as T;