Event constructor

Event({
  1. required String name,
})

Implementation

Event({required this.name});