copyWith method
WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryRequest
copyWith({
- String? inventoryId,
Implementation
WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryRequest copyWith(
{String? inventoryId}) {
return WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryRequest(
inventoryId: inventoryId ?? this.inventoryId);
}