itemqcPost method
Future<Response<WebApiModulesInventoryItemQcItemQc> >
itemqcPost({
- required WebApiModulesInventoryItemQcItemQc? body,
Implementation
Future<chopper.Response<WebApiModulesInventoryItemQcItemQc>> itemqcPost({
required WebApiModulesInventoryItemQcItemQc? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryItemQcItemQc,
() => WebApiModulesInventoryItemQcItemQc.fromJsonFactory,
);
return _itemqcPost(body: body);
}