Breakpoint constructor
Implementation
factory Breakpoint([
_i2.bool? enabled,
_i2.String? condition,
_i2.String? hitCondition,
_i2.String? logMessage,
]) =>
_i5.callConstructor(
_declaredBreakpoint,
[
enabled ?? _i6.undefined,
condition ?? _i6.undefined,
hitCondition ?? _i6.undefined,
logMessage ?? _i6.undefined,
],
);