GladeValidatorError<T> class abstract

Inheritance
Implementers

Constructors

GladeValidatorError({required T? value, OnValidateError<T>? devError, Object? key})
GladeValidatorError.cantBeNull(T? value, {Object? key})
factory

Properties

devError OnValidateError<T>
Error message when translation is not used. Useful for development.
final
devErrorMessage String
no setter
error Object
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
hasNullValueOrEmptyValueKey bool
no setterinherited
hasStringEmptyOrNullErrorKey bool
no setterinherited
isConversionError bool
no setterinherited
isNullError bool
no setterinherited
key Object?
Can be used to identify concrete error when translating.
finalinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
value → T?
Value which triggered validation and returned this error.
final

Methods

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

Operators

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