Breakpoint constructor

Breakpoint([
  1. bool? enabled,
  2. String? condition,
  3. String? hitCondition,
  4. String? logMessage,
])

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