isNotValid method

bool isNotValid(
  1. dynamic value
)

Implementation

bool isNotValid(dynamic value) => !validate(value).isValid;