Site constructor

Site({
  1. String? appId,
  2. String? defaultUrl,
  3. Map<String, String>? labels,
  4. String? name,
  5. String? type,
})

Implementation

Site({
  this.appId,
  this.defaultUrl,
  this.labels,
  this.name,
  this.type,
});