SqlResult constructor

SqlResult(
  1. bool result,
  2. String className,
  3. String methodName, {
  4. String? sqlCommand,
})

Implementation

SqlResult(this.result, this.className, this.methodName, {this.sqlCommand});