userprofileIdGet method
Future<Response<WebApiModulesUtilitiesUserProfileUserProfile> >
userprofileIdGet({
- required String? id,
@param id
Implementation
Future<chopper.Response<WebApiModulesUtilitiesUserProfileUserProfile>>
userprofileIdGet({required String? id}) {
generatedMapping.putIfAbsent(WebApiModulesUtilitiesUserProfileUserProfile,
() => WebApiModulesUtilitiesUserProfileUserProfile.fromJsonFactory);
return _userprofileIdGet(id: id);
}