DeactivationException constructor

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

Implementation

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