orderByString method
Implementation
String? orderByString() => orderByClauses.isNotEmpty ? orderByClauses.map((e) => e.toSql()).join('\n') : null;
String? orderByString() => orderByClauses.isNotEmpty ? orderByClauses.map((e) => e.toSql()).join('\n') : null;