Avatar.fromJson constructor

Avatar.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Avatar.fromJson(Map<String, dynamic> json) {
  return _$AvatarFromJson(json);
}