CloudLocation constructor

CloudLocation({
  1. double? carbonFreeEnergyPercentage,
  2. String? cloudLocationType,
  3. String? cloudProvider,
  4. String? containingCloudLocation,
  5. String? displayName,
  6. String? name,
  7. String? territoryCode,
})

Implementation

CloudLocation({
  this.carbonFreeEnergyPercentage,
  this.cloudLocationType,
  this.cloudProvider,
  this.containingCloudLocation,
  this.displayName,
  this.name,
  this.territoryCode,
});