ProfileSettings constructor

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

Implementation

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