isSomeAnd method

bool isSomeAnd(
  1. bool f(
    1. void self
    )
)

Implementation

@pragma("vm:prefer-inline")
bool isSomeAnd(bool Function(void self) f) {
  return false;
}