FileDetail constructor

FileDetail(
  1. String name,
  2. int bytes,
  3. DateTime lastModified,
  4. String md5,
)

Implementation

FileDetail(this.name, this.bytes, this.lastModified, this.md5);