isFirstTry property

bool isFirstTry

Returns whether this is the first try.

Implementation

bool get isFirstTry => tryCount == 0;