toJson method

Map<String, dynamic> toJson()

Implementation

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