AvatarDecorationData.fromJson constructor
- String js
Implementation
factory AvatarDecorationData.fromJson(String js) {
return AvatarDecorationData.decode(json.decode(js));
}
factory AvatarDecorationData.fromJson(String js) {
return AvatarDecorationData.decode(json.decode(js));
}