apiResiCntrl2GetGetExerciseInfoGet method
@param gensetId @param api-version
Implementation
Future<chopper.Response<GetGeneratorExcerciseInfoResponseModel>>
apiResiCntrl2GetGetExerciseInfoGet({
int? gensetId,
String? apiVersion,
}) {
generatedMapping.putIfAbsent(GetGeneratorExcerciseInfoResponseModel,
() => GetGeneratorExcerciseInfoResponseModel.fromJsonFactory);
return _apiResiCntrl2GetGetExerciseInfoGet(
gensetId: gensetId, apiVersion: apiVersion);
}