ProfileSettings constructor

ProfileSettings({
  1. String? friendsListVisibility,
  2. String? kind,
  3. bool? profileVisible,
})

Implementation

ProfileSettings({
  this.friendsListVisibility,
  this.kind,
  this.profileVisible,
});