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