EventCategoriesMap constructor

EventCategoriesMap(
  1. {List<EventInfoMap>? events,
  2. String? sourceType}
)

Implementation

EventCategoriesMap({
  this.events,
  this.sourceType,
});