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