Statement constructor

Statement(
  1. String sql, [
  2. List<Object?>? args
])

Implementation

Statement(this.sql, [this.args]);