CollectionPeriod constructor

CollectionPeriod({
  1. Date? firstDate,
  2. Date? lastDate,
})

Implementation

CollectionPeriod({
  this.firstDate,
  this.lastDate,
});