ChatGptOAuthCallback constructor

const ChatGptOAuthCallback({
  1. String? code,
  2. String? state,
  3. String? error,
  4. String? errorDescription,
})

Implementation

const ChatGptOAuthCallback({
  this.code,
  this.state,
  this.error,
  this.errorDescription,
});