EventCategoriesMap constructor
EventCategoriesMap({
- List<
EventInfoMap> ? events, - String? sourceType,
Implementation
EventCategoriesMap({
this.events,
this.sourceType,
});