isNotValid method

bool isNotValid(
  1. dynamic value
)
inherited

Implementation

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