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