SiteToken constructor

SiteToken({
  1. String? domain,
  2. String? token,
})

Implementation

SiteToken({this.domain, this.token});