SourceBreakpoint constructor
SourceBreakpoint(])
Implementation
factory SourceBreakpoint(
_i3.Location location, [
_i2.bool? enabled,
_i2.String? condition,
_i2.String? hitCondition,
_i2.String? logMessage,
]) =>
_i5.callConstructor(
_declaredSourceBreakpoint,
[
location,
enabled ?? _i6.undefined,
condition ?? _i6.undefined,
hitCondition ?? _i6.undefined,
logMessage ?? _i6.undefined,
],
);