DbException constructor

DbException(
  1. DbErrorType type,
  2. String message,
  3. {int? resultCode,
  4. Object? detail}
)

Implementation

DbException(this.type, this.message, {this.resultCode, this.detail});