FilledField class

Constructors

FilledField({required String htmlType, required String id, required String name, required String value, required String autofillType, required FillingStrategy fillingStrategy, required FrameId frameId, required BackendNodeId fieldId})
FilledField.fromJson(Map<String, dynamic> json)
factory

Properties

autofillType String
The actual field type, e.g FAMILY_NAME
final
fieldId BackendNodeId
The form field's DOM node
final
fillingStrategy FillingStrategy
The filling strategy
final
frameId FrameId
The frame the field belongs to
final
hashCode int
The hash code for this object.
no setterinherited
htmlType String
The type of the field, e.g text, password etc.
final
id String
the html id
final
name String
the html name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
the field value
final

Methods

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

Operators

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