ExceptionInfoArguments constructor

ExceptionInfoArguments({
  1. required int threadId,
})

Implementation

ExceptionInfoArguments({
  required this.threadId,
});