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