NumberValidationError<T extends Comparable<Object>> class

Inheritance

Constructors

NumberValidationError({Validation? validation, String? code, T? greaterThan, T? lessThan, T? greaterOrEqualThan, T? lessOrEqualThan})
const

Properties

code String?
finalinherited
greaterOrEqualThan → T?
final
greaterThan → T?
final
hashCode int
The hash code for this object.
no setterinherited
lessOrEqualThan → T?
final
lessThan → T?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validation Validation?
finalinherited

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