range abstract method

dynamic range(
  1. num min,
  2. num max, {
  3. bool includeMin = true,
  4. bool includeMax = true,
})

Implementation

range(num min, num max, {bool includeMin = true, bool includeMax = true});