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