notEmpty static method
Implementation
static TextValidator notEmpty({bool trim = true, String message = "不可为空"}) {
return NotEmptyValidator(trim: trim, message: message).call;
}
static TextValidator notEmpty({bool trim = true, String message = "不可为空"}) {
return NotEmptyValidator(trim: trim, message: message).call;
}