getValue<T> abstract method

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

Gets a configuration value by key, cast to type T.

Implementation

T? getValue<T>(String key);