validPoolElements method

FutureOr<List<C>> validPoolElements()
inherited

Implementation

FutureOr<List<O>> validPoolElements() =>
    filterPoolElements(isPoolElementValid);