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