AvatarModel constructor

AvatarModel({
  1. String? avatar,
})

Implementation

AvatarModel({
  this.avatar,
});