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