ProfileGetOwnProfile constructor

ProfileGetOwnProfile({
  1. bool? minimalData,
  2. bool? minimalUser,
  3. bool? includePlurks,
})

Implementation

ProfileGetOwnProfile({
  this.minimalData,
  this.minimalUser,
  this.includePlurks,
});