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