AvatarModel.fromJson constructor

AvatarModel.fromJson(
  1. String source
)

Implementation

factory AvatarModel.fromJson(String source) =>
    AvatarModel.fromMap(json.decode(source));