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