isValid property
bool
get
isValid
Returns true when the selection is valid
Implementation
bool get isValid => error.isEmpty;
Returns true when the selection is valid
bool get isValid => error.isEmpty;