DdxErrors.internalServerError constructor

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

Implementation

factory DdxErrors.internalServerError({String? type, String? message, String? title, String? detail}) = InternalServerError;