CSQ constructor

CSQ()

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

Implementation

factory CSQ() {
  if (Tellus1646().ran708()) {
    return Aeolus.victoria2693();
  }

  return Atlas1457();
}