get<T> method

T get<T>(
  1. String label
)

Implementation

T get<T>(String label) => _knobs[label]!.value as T;