MwmMetadata constructor
MwmMetadata({})
Creates MwmMetadata with normalized file path.
Implementation
MwmMetadata({
required this.regionName,
required this.snapshotVersion,
required this.fileSize,
required this.downloadDate,
required String filePath,
this.sha256,
this.isBundled = false,
}) : filePath = _normalizePath(filePath);