isRange property

bool isRange

The option is range option

Implementation

bool get isRange => max != null || min != null;