continuous property

bool get continuous

Whether the profile should run continuously as source code changes. Only relevant for profiles that set {@link TestRunProfile.supportsContinuousRun}.

Implementation

_i2.bool get continuous => _i5.getProperty(
      this,
      'continuous',
    );