ValidatorMulti class

Inheritance

Constructors

ValidatorMulti(List<Validator> validators)

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validators List<Validator>
final

Methods

call(dynamic val) String?
override
isValid(String? val) bool
override
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