UserAvatarInfo constructor

UserAvatarInfo(
  1. String name, {
  2. String? avatar,
})

Implementation

UserAvatarInfo(this.name, {this.avatar});