AvatarInput constructor

AvatarInput({
  1. required String avatar,
})

Implementation

AvatarInput({
  required this.avatar,
});