toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final grpcServiceName = this.grpcServiceName;
final port = this.port;
final portName = this.portName;
final portSpecification = this.portSpecification;
return {
'grpcServiceName': ?grpcServiceName,
'port': ?port,
'portName': ?portName,
'portSpecification': ?portSpecification,
};
}