V2TimFileElem constructor

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

Implementation

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