DataBreakpointInfoArguments constructor
DataBreakpointInfoArguments({})
Implementation
DataBreakpointInfoArguments({
this.asAddress,
this.bytes,
this.frameId,
this.mode,
required this.name,
this.variablesReference,
});