Avatar.fromJson constructor

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

Implementation

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