EventBodyModel constructor

EventBodyModel({
  1. required EventType type,
})

Implementation

EventBodyModel({required this.type});