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