V2TimFileElem constructor

V2TimFileElem({
  1. String? path,
  2. String? fileName,
  3. String? UUID,
  4. String? url,
  5. int? fileSize,
  6. String? localUrl,
})

Implementation

V2TimFileElem({
  this.path,
  this.fileName,
  // ignore: non_constant_identifier_names
  this.UUID,
  this.url,
  this.fileSize,
  this.localUrl,
});