Avatar constructor

Avatar(
  1. String accountId,
  2. String avatarId
)

Constructor

Implementation

Avatar(this.accountId, this.avatarId);