BackendServer constructor

BackendServer({
  1. String? backupFile,
  2. String? backupSchedule,
  3. String? name,
  4. String? osVersion,
  5. List<CloudResource>? resources,
})

Implementation

BackendServer({
  this.backupFile,
  this.backupSchedule,
  this.name,
  this.osVersion,
  this.resources,
});