getProperty<T> method

T getProperty<T>(
  1. String name
)

Implementation

T getProperty<T>(String name) {
  return _settings[name] as T;
}