SqlDefinition constructor

SqlDefinition({
  1. ErrorTable? errorTable,
  2. LoadConfig? load,
  3. String? query,
})

Implementation

SqlDefinition({this.errorTable, this.load, this.query});