LatencySample constructor

const LatencySample(
  1. int ms,
  2. LatencyBand band
)

Implementation

const LatencySample(this.ms, this.band);