ExtendedValidatorResult class

Constructors

ExtendedValidatorResult({required bool? result, required String value, String? message})

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
The invalid message tied to the validator. This will return null if no validators were supplied.
final
result bool?
Returns a bool for the last validation result. true being that the validator qualified and false if not. Otherwise, if no validators were supplied, returns null.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value that was passed to the validator.
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

Operators

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