isValid property

bool get isValid

Implementation

bool get isValid => start >= 0 && end >= start;