call method

  1. @override
bool call(
  1. T input
)
override

Implementation

@override
bool call(T input) => values.contains(input);