UserProfileModel.fromJson constructor
Constructs a UserProfileModel instance from a JSON map.
Implementation
factory UserProfileModel.fromJson(Map<String, dynamic> json) =>
_$UserProfileModelFromJson(json);
Constructs a UserProfileModel instance from a JSON map.
factory UserProfileModel.fromJson(Map<String, dynamic> json) =>
_$UserProfileModelFromJson(json);