Event constructor

Event({
  1. required String type,
})

Implementation

Event({required this.type});