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