CloudSyncable constructor
      const
      CloudSyncable({})
     
    
    
Implementation
const CloudSyncable({
  this.id,
  this.createdAt,
  this.updatedAt,
  this.deletedAt,
  this.localTimeSyncedAt,
  this.serverTimeSyncedAt,
  this.localFilePath,
  this.remoteFilePath,
  this.fileSyncedAt,
  this.timeOffset,
});