toBean static method

AvatarModel toBean(
  1. Map json
)

Implementation

static AvatarModel toBean(Map json) => AvatarModel.fromJson(json);