InputFormatterError class

Input exception prompt.

Constructors

InputFormatterError({int? code, String? msg})
const
InputFormatterError.decimal()
Formatter to keep the number of decimal places in the input value.
factory
InputFormatterError.error()
The input value does not meet the specifications.
factory
InputFormatterError.maxLength()
The length of the input value exceeds the maximum length set.
factory
InputFormatterError.maxValue()
The input value exceeds the set maximum value.
factory
InputFormatterError.minValue()
The input value is less than the set minimum value.
factory
InputFormatterError.range()
The input value is not within the setting range.
factory

Properties

code int?
final
hashCode int
The hash code for this object.
no setterinherited
msg String?
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 brief description of the class.
override

Operators

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