ExternalAccountIds.fromJson constructor
ExternalAccountIds.fromJson(
- Map json_
Implementation
ExternalAccountIds.fromJson(core.Map json_)
: this(
obfuscatedAccountId: json_['obfuscatedAccountId'] as core.String?,
obfuscatedProfileId: json_['obfuscatedProfileId'] as core.String?,
);