Breakpoint constructor
Implementation
Breakpoint({
this.breakpointNumber,
this.enabled,
this.resolved,
this.location,
super.id,
this.isSyntheticAsyncContinuation,
});
Breakpoint({
this.breakpointNumber,
this.enabled,
this.resolved,
this.location,
super.id,
this.isSyntheticAsyncContinuation,
});