ValidationException class

The exception thrown when a Validator fails.

Implemented types

Constructors

ValidationException(String name, String baseMessage)
name and baseMessage give values for message
const

Properties

baseMessage String
The message to be shown to the user.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The message to be displayed for the user.
no setter
name String
The name in the JSON Map.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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