ProfileGetPublicProfile constructor

ProfileGetPublicProfile({
  1. int? userId,
  2. String? nickName,
  3. bool? minimalData,
  4. bool? includePlurks,
})

Implementation

ProfileGetPublicProfile({
  this.userId,
  this.nickName,
  this.minimalData,
  this.includePlurks,
});