ResponseCreatedEvent constructor

const ResponseCreatedEvent({
  1. required String eventId,
  2. required Map<String, dynamic> response,
})

Implementation

const ResponseCreatedEvent({required this.eventId, required this.response});