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