Event constructor Null safety

Event(
  1. {required String type,
  2. required String data}
)

Implementation

Event({required this.type, required this.data});