every method

  1. @override
bool every(
  1. bool f(
    1. A a
    )
)
override

Implementation

@override bool every(bool f(A a)) => all(f);