$Site constructor

$Site({
  1. String? name,
  2. String? urlOrAppId,
})

Implementation

$Site({
  this.name,
  this.urlOrAppId,
});