AvatarData constructor
AvatarData({})
this is constructor of AvatarData class
avatarDataId that contain String value of Avatar Image ID
Status is contain Integer value
type ,accountId , id is contain String value
version , order ,v is contain integer value
FrontendConfig is contains object value
AvatarConfig is contains object value
createdAt, updatedAt is contains DateTime value
Implementation
AvatarData({
this.avatarDataId,
this.status,
this.type,
this.version,
this.order,
this.accountId,
this.frontendConfig,
this.avatarConfig,
this.variants,
this.id,
this.createdAt,
this.updatedAt,
this.v,
});