Site constructor

Site({
  1. String? domain,
  2. String? name,
  3. String? state,
})

Implementation

Site({this.domain, this.name, this.state});