autofillId property

  1. @override
String autofillId
override

The unique identifier of this AutofillClient.

The identifier must not be changed.

Implementation

@override
String get autofillId => 'EditableText-$hashCode';