isNotValid property
bool
get
isNotValid
Returns false
if this configuration is NOT valid;
Implementation
bool get isNotValid => !isValid;
Returns false
if this configuration is NOT valid;
bool get isNotValid => !isValid;