noRetry property
bool
get
noRetry
Whether to disable retries of tests.
Implementation
bool get noRetry => _noRetry ?? false;
Whether to disable retries of tests.
bool get noRetry => _noRetry ?? false;