IntRange.single constructor

const IntRange.single(
  1. int value
)

Implementation

const IntRange.single(int value) : super(value, value);