isValid property

  1. @wasInternal
bool isValid

Implementation

@wasInternal bool get isValid => this >= minValue && this <= maxValue;