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