ScriptOptions constructor

ScriptOptions({
  1. String? keyResultStatement,
  2. String? statementByteBudget,
  3. String? statementTimeoutMs,
})

Implementation

ScriptOptions({
  this.keyResultStatement,
  this.statementByteBudget,
  this.statementTimeoutMs,
});