isNotValid property

bool isNotValid

Returns false if this configuration is NOT valid;

Implementation

bool get isNotValid => !isValid;