PdfFieldContext class

One interactive form field, flattened for an agent.

Constructors

PdfFieldContext({required String name, required String type, required String? value, required int pageIndex, List<String>? values})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
name → String
Fully qualified field name - the stable handle for setting a value.
final
pageIndex → int
Page showing the field's first widget, or −1 when unplaced.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → String
Field kind ('text', 'checkBox', 'comboBox', ...).
final
value → String?
Current value, if any. For a multi-select list box this is the first selection; values carries all of them.
final
values → List<String>?
Every selected option of a multi-select list box, or null for any other field.
final

Methods

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

Operators

operator ==(Object other) → bool
The equality operator.
inherited