ProfilePicture constructor

ProfilePicture({
  1. String? displayImage,
  2. DisplayImage? profilePictureDisplayImage,
})

Implementation

ProfilePicture({
  this.displayImage,
  this.profilePictureDisplayImage,
});