NotEmptyValidator class
Constructors
- NotEmptyValidator({bool trim = true, String message = "不可为空"})
Properties
Methods
-
call(
String? text) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited