OauthLinkResponse constructor

OauthLinkResponse({
  1. String? name,
  2. String? slug,
  3. String? description,
  4. String? group,
  5. String? oauthUrl,
  6. String? authType,
  7. bool isActive = false,
  8. int id = -1,
})

Implementation

OauthLinkResponse({
  this.name,
  this.slug,
  this.description,
  this.logo,
  this.group,
  this.oauthUrl,
  this.authType,
  this.isActive = false,
  this.id = -1,
});