Range constructor

const Range(
  1. double? min,
  2. double? max
)

Implementation

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