SqlStatementResult constructor

SqlStatementResult({
  1. int? numberOfRecordsUpdated,
  2. ResultFrame? resultFrame,
})

Implementation

SqlStatementResult({
  this.numberOfRecordsUpdated,
  this.resultFrame,
});