isNormalized property

bool isNormalized

Implementation

bool get isNormalized => start >= 0 && start <= end;