identifiers property

  1. @BuiltValueField(wireName: r'identifiers')
BuiltList<String>? identifiers

Identifiers represents a list of unique identifiers this credential type matches.

Implementation

@BuiltValueField(wireName: r'identifiers')
BuiltList<String>? get identifiers;