EventInfoMap constructor

EventInfoMap({
  1. List<String>? eventCategories,
  2. String? eventDescription,
  3. String? eventId,
  4. String? severity,
})

Implementation

EventInfoMap({
  this.eventCategories,
  this.eventDescription,
  this.eventId,
  this.severity,
});