toSql method

String toSql()

Implementation

String toSql() {
  return statements.map((e) => e.value).join(' ');
}