InputBoxValidationMessage class
Object to configure the behavior of the validation message.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- InputBoxValidationMessage({String? message, InputBoxValidationSeverity? severity})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Available on InputBoxValidationMessage, provided by the InputBoxValidationMessage$Typings extension
The validation message to display.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- severity → InputBoxValidationSeverity
-
Available on InputBoxValidationMessage, provided by the InputBoxValidationMessage$Typings extension
The severity of the validation message. NOTE: When usingInputBoxValidationSeverity.Error
, the user will not be allowed to accept (hit ENTER) the input.Info
andWarning
will still allow the InputBox to accept the input.no setter
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