FormTextBlock class

A freeform text block inside of a form

Constructors

FormTextBlock({required String id, required String pageId, required int positionOnPage, required String text, required String type, required FormTextBlockStyle style})
Creates a FormTextBlock Object
FormTextBlock.fromJson(dynamic json)
Deserializes json into a FormTextBlock Object
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
Id of the block
final
pageId String
Page of the block in the form
final
positionOnPage int
Position of the block in the page
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style FormTextBlockStyle
Style of the block
final
text String
Text of the block
final
type String
Type of the block
final

Methods

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

Operators

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