toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final action = this.action;
final linkType = this.linkType;
final linkedAccountId = this.linkedAccountId;
final services = this.services;
return {
'action': ?action,
'linkType': ?linkType,
'linkedAccountId': ?linkedAccountId,
'services': ?services,
};
}