required static method

bool required(
  1. dynamic value
)

Implementation

static bool required(value) {
  return validatorRequired(value);
}