SourceBreakpoint constructor

SourceBreakpoint(
  1. Location location, [
  2. bool? enabled,
  3. String? condition,
  4. String? hitCondition,
  5. String? logMessage,
])

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,
      ],
    );