UserConnections constructor

UserConnections(
  1. bool facebook,
  2. bool twitter,
  3. bool google,
  4. bool tumblr,
  5. bool medium,
  6. bool slack,
  7. bool apple,
)

Implementation

UserConnections(this.facebook, this.twitter, this.google, this.tumblr,
    this.medium, this.slack, this.apple);