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