Object class
Avatar data class is object class 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
Constructors
Properties
- animation ↔ Animation?
-
getter/setter pair
- avatarType ↔ String?
-
getter/setter pair
- fill ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- left ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleX ↔ double?
-
getter/setter pair
- scaleY ↔ double?
-
getter/setter pair
- src ↔ String?
-
getter/setter pair
- top ↔ int?
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
- version ↔ int?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited