FormFieldData class
Constructors
-
FormFieldData.new({required String name, String? alternativeFieldName, String? fullyQualifiedName, required PdfFormFieldTypes type, Object? annotations, bool? isReadOnly, bool? isRequired, bool? isExported, bool? isDirty, List<
PdfFormOption?> ? options})
Properties
- alternativeFieldName ↔ String?
-
getter/setter pair
- annotations ↔ Object?
-
getter/setter pair
- fullyQualifiedName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDirty ↔ bool?
-
getter/setter pair
- isExported ↔ bool?
-
getter/setter pair
- isReadOnly ↔ bool?
-
getter/setter pair
- isRequired ↔ bool?
-
getter/setter pair
- name ↔ String
-
getter/setter pair
-
options
↔ List<
PdfFormOption?> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ PdfFormFieldTypes
-
getter/setter pair
Methods
-
encode(
) → Object -
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
Static Methods
-
decode(
Object result) → FormFieldData