UserSettings constructor

UserSettings(
  1. User user,
  2. UserAccount account,
  3. UserConnections connections,
  4. UserSharingText sharingText,
)

Implementation

UserSettings(this.user, this.account, this.connections, this.sharingText);