Avatar constructor

Avatar(
  1. String id,
  2. String? largeImg,
  3. String? bgImg,
  4. String? desc,
  5. String? welcomeDialogue,
)

Implementation

Avatar(this.id, this.largeImg, this.bgImg, this.desc, this.welcomeDialogue);