copyWith method

Implementation

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesRequest
    copyWith({String? physicalInventoryId}) {
  return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUpdateICodesRequest(
      physicalInventoryId: physicalInventoryId ?? this.physicalInventoryId);
}