NextArguments constructor

NextArguments({
  1. SteppingGranularity? granularity,
  2. bool? singleThread,
  3. required int threadId,
})

Implementation

NextArguments({
  this.granularity,
  this.singleThread,
  required this.threadId,
});