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