EventDescription constructor

EventDescription({
  1. String? latestDescription,
})

Implementation

EventDescription({
  this.latestDescription,
});