Events constructor

Events({
  1. String? componentId,
  2. List<EventData>? events,
})

Implementation

Events({this.componentId, this.events});