FieldValidator class

FieldValidator 字段验证器

Constructors

FieldValidator({required List<Map<String, dynamic>> validators})
字段验证器

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validators List<Map<String, dynamic>>
验证器列表
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate() bool
验证

Operators

operator ==(Object other) bool
The equality operator.
inherited