toJson method
Implementation
Map<String, Object?> toJson() => {
'global-excludes': globalExcludes.map((glob) => glob.pattern).toList(),
'analyzer-excluded-patterns':
analyzerExcludedPatterns.map((glob) => glob.pattern).toList(),
'is-monorepo': isMonorepo,
};