FileRecord constructor

FileRecord({
  1. int? messageUid = 0,
  2. int? size = 0,
  3. int? downloadCount = 0,
  4. int? timestamp = 0,
})

Implementation

FileRecord(
    {this.messageUid = 0,
    this.size = 0,
    this.downloadCount = 0,
    this.timestamp = 0});