UserPublicProfile.fromJson constructor

UserPublicProfile.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory UserPublicProfile.fromJson(Map<String, Object?> json) => _$UserPublicProfileFromJson(json);