toJson method

Map<String, dynamic> toJson()

Implementation

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