GetEventsConfigurationResponse constructor

GetEventsConfigurationResponse({
  1. EventsConfiguration? eventsConfiguration,
})

Implementation

GetEventsConfigurationResponse({
  this.eventsConfiguration,
});