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