Object constructor
Object({})
This is constructor of Object
type
that contain String value type of avatar image
version
is contain upadted or latest version
left
,scaleX
,scaleY
is double value used to alignment of image
fill
, src
, avatarType
contains string value
animation
Contains object values
Implementation
Object({
this.type,
this.version,
this.left,
this.top,
this.fill,
this.scaleX,
this.scaleY,
this.src,
this.avatarType,
this.animation,
});