any method

bool any(
  1. bool test(
    1. Album element
    )
)

Implementation

bool any(bool Function(Album element) test) => albums.any(test);