inventorycertificationIdGet method

Future<Response<WebApiModulesInventoryInventoryCertificationInventoryCertification>> inventorycertificationIdGet({
  1. required String? id,
})

@param id

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryInventoryCertificationInventoryCertification
  >
>
inventorycertificationIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryCertificationInventoryCertification,
    () => WebApiModulesInventoryInventoryCertificationInventoryCertification
        .fromJsonFactory,
  );

  return _inventorycertificationIdGet(id: id);
}