DeviceRange constructor

const DeviceRange(
  1. int min,
  2. int max
)

Implementation

const DeviceRange(this.min, this.max);