DatabaseException constructor

const DatabaseException(
  1. int code,
  2. String message,
  3. String operation
)

Implementation

const DatabaseException(this.code, this.message, this.operation);