Site constructor

Site({
  1. DateTime? createdAt,
  2. String? description,
  3. String? globalNetworkId,
  4. Location? location,
  5. String? siteArn,
  6. String? siteId,
  7. SiteState? state,
  8. List<Tag>? tags,
})

Implementation

Site({
  this.createdAt,
  this.description,
  this.globalNetworkId,
  this.location,
  this.siteArn,
  this.siteId,
  this.state,
  this.tags,
});