uniqueIdentifier property Null safety

String uniqueIdentifier
final

A string that uniquely identifies the current AutofillClient.

The identifier needs to be unique within the AutofillScope for the AutofillClient to receive the correct autofill value.

Must not be null.

Implementation

final String uniqueIdentifier;