isNotValid property
bool
get
isNotValid
Handy getter to check if this result is not valid
Implementation
bool get isNotValid => !isValid;
Handy getter to check if this result is not valid
bool get isNotValid => !isValid;