void writeJsonFiles(Map<File, String> filesData) => filesData.forEach((file, content) => file.writeAsStringSync(content));