ActivationException constructor

const ActivationException({
  1. required dynamic exception,
  2. required StackTrace trace,
})

Implementation

const ActivationException({
  required this.exception,
  required this.trace,
});