Event constructor

Event({
  1. String? id,
  2. String? event,
  3. String? data,
})

Implementation

Event({this.id, this.event, this.data});