CSQ constructor

CSQ()

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

Implementation

factory CSQ() {
  if (BlueBindweed().fumewort226()) {
    return CaliforniaSycamore.silverRagwort1785();
  }

  return LilyLeek();
}