Valiadator class

Constructors

Valiadator()

Properties

hashCode int
The hash code for this object.
no setterinherited
implicitRules List<String>
The validation rules that imply the field is required
getter/setter pair
numericRules List<String>
The numeric related validation rules.
getter/setter pair
others List<String>
The validation rules that imply the field is required
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeRules List<String>
The size related validation rules.
getter/setter pair
stringRules List<String>
The string related validation rules.
getter/setter pair

Methods

make(List<Object> rules, {String? attribute, Map<String, String>? customMessages}) ValidatorX?
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