call method

  1. @override
bool call(
  1. Iterable<T> input
)
override

Implementation

@override
bool call(Iterable<T> input) => input.every(itemValidator.call);