where method

Iterable<TestInfo<St>> where(
  1. bool test(
    1. TestInfo<St> element
    )
)

Implementation

Iterable<TestInfo<St>> where(
        bool test(
  TestInfo<St> element,
)) =>
    _info.where(test);