MountInfo constructor
Implementation
MountInfo({
required this.path,
required this.freeSpace,
required this.totalSpace,
required this.internalPath,
required this.onlineCachePath,
});
MountInfo({
required this.path,
required this.freeSpace,
required this.totalSpace,
required this.internalPath,
required this.onlineCachePath,
});