File constructor
File({})
Implementation
File({
this.contents,
this.diskPath,
this.hashedSize,
this.operations,
this.partiallyHashed,
this.path,
this.sha256,
this.size,
});
File({
this.contents,
this.diskPath,
this.hashedSize,
this.operations,
this.partiallyHashed,
this.path,
this.sha256,
this.size,
});