AvatarDecorationData.fromJson constructor

AvatarDecorationData.fromJson(
  1. String js
)

Implementation

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