DeviceCodeResponse constructor

const DeviceCodeResponse(
  1. String deviceCode,
  2. String userCode,
  3. Uri verificationUri,
  4. int expiresIn, {
  5. Uri? verificationUriComplete,
  6. int? interval,
})

Implementation

const DeviceCodeResponse(
    this.deviceCode, this.userCode, this.verificationUri, this.expiresIn,
    {this.verificationUriComplete, this.interval});