DateMonthPredicate constructor

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

Implementation

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