isValid property
bool
get
isValid
True if the file is valid (exists and size matches).
Implementation
bool get isValid => exists && (sizeMatches ?? false);
True if the file is valid (exists and size matches).
bool get isValid => exists && (sizeMatches ?? false);