UserProfilePhotos.fromJson constructor

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

Implementation

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