toJson method

Map<String, dynamic> toJson()

Implementation

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