StateCondition<St> typedef
Null safety
- TestInfo<
St> info
Predicate used in StoreTester.waitCondition. Return true to stop waiting, and get the last state.
Implementation
typedef StateCondition<St> = bool Function(TestInfo<St> info);