FormDataProperties class

Additional properties for the FormData

Constructors

FormDataProperties({String? successTitle, String? successMessage, String? buttonTitle, bool? reloadAfterSubmit, AfterSubmitAction? afterSubmitAction, List<String> pageIds = const [], List<FormTextBlock>? blocks})
Creates a FormDataProperties Object
FormDataProperties.fromJson(Map<String, dynamic> json)
Deserializes json into a FormDataProperties Object
factory

Properties

afterSubmitAction AfterSubmitAction?
Custom message for a submitting an additional answer
final
blocks List<FormTextBlock>?
List of the freeform blocks in the form
final
buttonTitle String?
Custom title for the submit button
final
hashCode int
The hash code for this object.
no setteroverride
pageIds List<String>
The ID's and order of the different page of the form
final
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