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