IntervalDomain constructor

const IntervalDomain(
  1. int? min,
  2. int? max
)

Implementation

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