UserProfile.fromJson constructor

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

Implementation

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