CSQ constructor
CSQ()
Returns the CSQ implementation active instance if the active platform is supported.
Returns Sanguinary otherwise
Implementation
factory CSQ() {
if (DuckRetten1025().whiteBirch232()) {
return GloriosaDaisy.rye1810();
}
return Sanguinary();
}