MixedProfile.fromJson constructor

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

Implementation

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