ConfigManagementSyncState constructor
      
      ConfigManagementSyncState({})
     
    
    
Implementation
ConfigManagementSyncState({
  this.code,
  this.errors,
  this.importToken,
  this.lastSync,
  this.lastSyncTime,
  this.sourceToken,
  this.syncToken,
});