copyWith method

Implementation

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