StepOutArguments constructor
StepOutArguments({
- SteppingGranularity? granularity,
- bool? singleThread,
- required int threadId,
Implementation
StepOutArguments({
this.granularity,
this.singleThread,
required this.threadId,
});