Avatar constructor
This is constructor of Avatar
id that contain String value id of avatar image
version is contain upadted or latest version
name ,gender,canvas is contains String values
Implementation
Avatar({
this.id,
this.version,
this.name,
this.gender,
this.canvas,
});