GithubSignInResponse constructor

GithubSignInResponse({
  1. ResultStatus? status,
  2. String? message,
  3. String? name,
  4. String? email,
  5. String? image,
  6. String? allUserData,
  7. String? id,
  8. String? userName,
})

Implementation

GithubSignInResponse({
  this.status,
  this.message,
  this.name,
  this.email,
  this.image,
  this.allUserData,
  this.id,
  this.userName,
});