UserProfile constructor

UserProfile({
  1. Uri? avatarUrl,
  2. String? displayname,
})

Implementation

UserProfile({
  this.avatarUrl,
  this.displayname,
});