ValidationResultType enum Null safety
Types of validation results generated by validation schemas.
See ValidationResult
- Implemented types
Constants
- Error → const ValidationResultType
-
Validation error.
const ValidationResultType(2)
- Information → const ValidationResultType
-
General information (not an error).
const ValidationResultType(0)
-
values
→ const List<
ValidationResultType> -
A constant List of the values in this enum, in order of their declaration.
const List<
ValidationResultType> - Warning → const ValidationResultType
-
Warning about something suspecious. In strict mode is treated as error
const ValidationResultType(1)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited