toJson method

Map<String, dynamic> toJson()

Implementation

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