RepoStat constructor
const
RepoStat({})
Implementation
const RepoStat({
required this.path,
required this.exists,
required this.isDir,
required this.size,
required this.lineCount,
this.modified,
});
const RepoStat({
required this.path,
required this.exists,
required this.isDir,
required this.size,
required this.lineCount,
this.modified,
});