CloudFiles constructor

CloudFiles(
  1. int? id,
  2. String title,
  3. String filePath,
  4. DateTime? fileDate,
  5. int sizeInBytes,
  6. DateTime? lastSyncDt, {
  7. String? relativePath,
})

Constructor for CloudFiles

Implementation

CloudFiles(this.id, this.title, this.filePath, this.fileDate,
    this.sizeInBytes, this.lastSyncDt,
    {this.relativePath});