isSizeMismatch property
bool
get
isSizeMismatch
True if file exists but size doesn't match (possibly corrupted).
Implementation
bool get isSizeMismatch => exists && !(sizeMatches ?? true);
True if file exists but size doesn't match (possibly corrupted).
bool get isSizeMismatch => exists && !(sizeMatches ?? true);