ExternalAccountIdentifiers constructor

ExternalAccountIdentifiers({
  1. String? externalAccountId,
  2. String? obfuscatedExternalAccountId,
  3. String? obfuscatedExternalProfileId,
})

Implementation

ExternalAccountIdentifiers({
  this.externalAccountId,
  this.obfuscatedExternalAccountId,
  this.obfuscatedExternalProfileId,
});