ExternalAccountIds.fromJson constructor

ExternalAccountIds.fromJson(
  1. Map json_
)

Implementation

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