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