autofillId property Null safety
override
The unique identifier of this AutofillClient.
Must not be null and the identifier must not be changed.
Implementation
@override
String get autofillId => 'EditableText-$hashCode';
The unique identifier of this AutofillClient.
Must not be null and the identifier must not be changed.
@override
String get autofillId => 'EditableText-$hashCode';