FieldValidationMessage class
The message details.
Constructors
- FieldValidationMessage({String? content, String? fieldName, String? identifier, String? title, String? type})
-
FieldValidationMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- content → String?
-
The message content.
final
- fieldName → String?
-
The field name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String?
-
The message ID.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String?
-
The message title.
final
- type → String?
-
The message type.
final
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