isNoneOr abstract method

bool isNoneOr(
  1. bool test(
    1. T
    )
)

Implementation

bool isNoneOr(bool Function(T) test);