ExternalAccountIds constructor

ExternalAccountIds({
  1. String? obfuscatedAccountId,
  2. String? obfuscatedProfileId,
})

Implementation

ExternalAccountIds({this.obfuscatedAccountId, this.obfuscatedProfileId});