declarationSkipFlag property
bool?
get
declarationSkipFlag
Declaration-time skip flag for APIs that accept bool? skip.
Implementation
bool? get declarationSkipFlag => excludedByTestPlan ? true : null;
Declaration-time skip flag for APIs that accept bool? skip.
bool? get declarationSkipFlag => excludedByTestPlan ? true : null;