toJson method

Map<String, dynamic> toJson()

Implementation

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