Factory constructor to convert test json report into an event model
factory Event.fromJson(Map<String, dynamic> json) => _$EventFromJson(json);