EventChild constructor

EventChild({
  1. String? childId,
  2. String? kind,
})

Implementation

EventChild({this.childId, this.kind});