EventThisWeek constructor

EventThisWeek(
  1. {String? key,
  2. String? title,
  3. String? date,
  4. int? eventCounts}
)

Implementation

EventThisWeek({
  this.key,
  this.title,
  this.date,
  this.eventCounts,
});