DeepLException constructor

const DeepLException(
  1. String message, {
  2. required StackTrace stackTrace,
})

Implementation

const DeepLException(
  this.message, {
  required this.stackTrace,
});