EventInfo constructor

EventInfo({
  1. int? type,
  2. String? toKey,
  3. String? path,
})

Implementation

EventInfo({this.type,this.toKey,this.path});