value static method

Predicate value(
  1. bool value
)

Implementation

static Predicate value(final bool value) {
  return (_) => value;
}