check method

bool check(
  1. DataType? field
)

Implementation

bool check(DataType? field) {
  return not ^ values.contains(field);
}