Map<String, dynamic> toJson() { return { 'enabled': enabled, 'regex': regex, 'template': template, }; }