Predicate.dateBefore constructor

Predicate.dateBefore(
  1. PredicatePath path,
  2. int epoch
)

Before

Implementation

factory Predicate.dateBefore(PredicatePath path, int epoch) =
    DateBeforePredicate;