LeaksDoctorEvent constructor

LeaksDoctorEvent(
  1. LeaksDoctorEventType type, {
  2. dynamic data,
})

Implementation

LeaksDoctorEvent(this.type, {this.data});