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