declarationSkipFlag property

bool? get declarationSkipFlag

Declaration-time skip flag for APIs that accept bool? skip.

Implementation

bool? get declarationSkipFlag => excludedByTestPlan ? true : null;