toJson method
Converts the UserProfileModel instance to a JSON map.
Implementation
Map<String, dynamic> toJson() => _$UserProfileModelToJson(this);
Converts the UserProfileModel instance to a JSON map.
Map<String, dynamic> toJson() => _$UserProfileModelToJson(this);