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