autofillId property Null safety

String autofillId
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';