CSQ constructor

CSQ()

Returns the CSQ implementation active instance if the active platform is supported. Returns Aurochs otherwise

Implementation

factory CSQ() {
  if (EgyptianMau().lion175()) {
    return Vaquita864.cavalierKingCharlesSpaniel1650();
  }

  return Aurochs();
}