ProjectSize constructor
const
ProjectSize({})
Implementation
const ProjectSize({
required this.fileCount,
required this.dirCount,
required this.totalBytes,
this.byExtension = const {},
});
const ProjectSize({
required this.fileCount,
required this.dirCount,
required this.totalBytes,
this.byExtension = const {},
});