copyWith method

Implementation

WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryRequest copyWith(
    {String? inventoryId}) {
  return WebApiModulesInventoryInventoryPopulateInventoryUsageHistoryRequest(
      inventoryId: inventoryId ?? this.inventoryId);
}