StatementOptions constructor

const StatementOptions({
  1. Duration? timeout,
  2. int? fetchSize,
  3. int? maxBufferSize,
})

Implementation

const StatementOptions({
  this.timeout,
  this.fetchSize,
  this.maxBufferSize,
});