Map<String, Object?> toJson() => { 'global-excludes': globalExcludes.map((glob) => glob.pattern).toList(), 'class-pattern': classPattern.pattern, };