isRange property

bool get isRange

The option is range option

Implementation

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