BasicEventInformation constructor

const BasicEventInformation(
  1. Event? event,
  2. {Key? key}
)

Implementation

const BasicEventInformation(this.event, {super.key});