DbException constructor

DbException(
  1. String message,
  2. String sql,
  3. List? params,
  4. String origin
)

Implementation

DbException(this.message, this.sql, this.params, this.origin);