DoctorException constructor

DoctorException({
  1. required Checkpoint blockingCheckpoint,
})

Implementation

DoctorException({
  required this.blockingCheckpoint,
});