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