toJson method

Map<String, Object?> toJson()

Implementation

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