toJson method

Map<String, dynamic> toJson()

Implementation

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