FormError class
Error information about why a form operation failed.
Constructors
- FormError.new({required int errorCode, required String message})
- Init a FormError with the errorCode and message.
Properties
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.
override