File constructor
      const
      File({})
     
    
Represents a file
Implementation
const File({
  required this.id,
  required this.size,
  required this.expectedSize,
  required this.local,
  required this.remote,
  this.extra,
  this.clientId,
});