ConnectedWebsite constructor

ConnectedWebsite({
  1. String? extra,
  2. int? client_id,
  3. int64? id,
  4. string? domain_name,
  5. int53? bot_user_id,
  6. string? browser,
  7. string? platform,
  8. int32? log_in_date,
  9. int32? last_active_date,
  10. string? ip,
  11. string? location,
})

Implementation

ConnectedWebsite({
  super.extra,
  super.client_id,
  this.id,
  this.domain_name,
  this.bot_user_id,
  this.browser,
  this.platform,
  this.log_in_date,
  this.last_active_date,
  this.ip,
  this.location,
});