LibPqException constructor

LibPqException(
  1. String message, {
  2. String? sql,
  3. int errorCode = -1,
})

Implementation

LibPqException(this.message, {this.sql, this.errorCode = -1});