IdentityDescriptor constructor

IdentityDescriptor({
  1. required String type,
  2. String? publicKey,
})

Implementation

IdentityDescriptor({required this.type, this.publicKey});