DdxError constructor

DdxError({
  1. String? type,
  2. String? message,
  3. String? title,
  4. String? detail,
})

Implementation

DdxError({this.type, this.message, this.title, this.detail});