UserPicture constructor

UserPicture({
  1. String? url,
})

Implementation

UserPicture({
  this.url,
});