isNotValid property
bool
get
isNotValid
Returns true when the selection is not valid
Implementation
bool get isNotValid => isValid != true;
Returns true when the selection is not valid
bool get isNotValid => isValid != true;