isValid method

bool isValid(
  1. dynamic value
)
inherited

Implementation

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