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