UserProfileModel.fromJson constructor

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

Constructs a UserProfileModel instance from a JSON map.

Implementation

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