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