condition property

String? get condition

An optional expression for conditional breakpoints.

Implementation

_i2.String? get condition => _i5.getProperty(
      this,
      'condition',
    );