range abstract method

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

Implementation

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