valid property

bool valid

Implementation

bool get valid => length >= type.minLength && length <= type.maxLength;