Map<String, dynamic> toJson() { final name = this.name; final regex = this.regex; return { 'Name': name, 'Regex': regex, }; }