Predicate constructor

const Predicate(
  1. DateTime startDate,
  2. DateTime endDate
)

Implementation

const Predicate(
  this.startDate,
  this.endDate,
);