checkConstraint method

bool checkConstraint(
  1. String? value
)

Implementation

bool checkConstraint(String? value) {
  return _checkFunction(value);
}