Options constructor

Options({
  1. String? appStitchKey,
  2. String? clientID,
  3. String? url,
  4. String? auth_token,
})

Implementation

Options({this.appStitchKey, this.clientID, this.url, this.auth_token});