Gauge<T> constructor

Gauge<T>(
  1. T _getValue()
)

Implementation

factory Gauge(T Function() _getValue) => _Gauge(_getValue);