FormDataProperties class

Additional properties for the FormData

Constructors

FormDataProperties({String? successTitle, String? successMessage, String? buttonTitle, bool? reloadAfterSubmit})
Creates a FormDataProperties Object
FormDataProperties.fromJson(Map<String, dynamic> json)
Deserializes json into a FormDataProperties Object
factory

Properties

buttonTitle String?
Custom title for the submit button
final
hashCode int
The hash code for this object.
no setteroverride
reloadAfterSubmit bool?
Flag for reloading and keeping the form open after submission
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successMessage String?
Custom message for a successfull submission
final
successTitle String?
Custom title for a successfull submission
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes FormDataProperties to json
toString() String
A string representation of this object.
override

Operators

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