V2TimFileElem constructor

V2TimFileElem(
  1. String path,
  2. String fileName,
  3. String uUID,
  4. int fileSize
)

Implementation

V2TimFileElem(
  this.path,
  this.fileName,
  this.uUID,
  this.fileSize,
);