toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final externalAccountId = this.externalAccountId;
final obfuscatedExternalAccountId = this.obfuscatedExternalAccountId;
final obfuscatedExternalProfileId = this.obfuscatedExternalProfileId;
return {
'externalAccountId': ?externalAccountId,
'obfuscatedExternalAccountId': ?obfuscatedExternalAccountId,
'obfuscatedExternalProfileId': ?obfuscatedExternalProfileId,
};
}