Account constructor

const Account(
  1. String domain,
  2. String clientId
)

Implementation

const Account(this.domain, this.clientId);