CombinedSql constructor

const CombinedSql(
  1. Sql left,
  2. Sql right
)

Implementation

const CombinedSql(this.left, this.right);