isNotValid property

bool get isNotValid

Returns false if this configuration is NOT valid;

Implementation

bool get isNotValid => !isValid;