DateMonthBeforePredicate constructor

DateMonthBeforePredicate(
  1. PredicatePath path,
  2. String month
)

Implementation

factory DateMonthBeforePredicate(
        final PredicatePath path, final String month) =
    _$DateMonthBeforePredicate;