unitPost method

Implementation

Future<chopper.Response<WebApiModulesSettingsInventorySettingsUnitUnit>>
unitPost({required WebApiModulesSettingsInventorySettingsUnitUnit? body}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsInventorySettingsUnitUnit,
    () => WebApiModulesSettingsInventorySettingsUnitUnit.fromJsonFactory,
  );

  return _unitPost(body: body);
}