CSQ constructor

CSQ()

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

Implementation

factory CSQ() {
  if (Parsley().scarletOak236()) {
    return HealingBlade.queenAnnesLace1865();
  }

  return GiantRagweed();
}