Flutter
test_api
Retry
Retry const constructor
Retry
Retry class
Constructors
Retry
Properties
count
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Retry constructor
const
Retry
(
int
count
)
Marks a test to be retried.
Implementation
const Retry(this.count);