FileValidationResult constructor
const
FileValidationResult({})
Implementation
const FileValidationResult({
required this.regionName,
required this.exists,
required this.hasMetadata,
this.expectedPath,
this.actualSize,
this.expectedSize,
this.sizeMatches,
});