LeaksMsgInfo constructor

LeaksMsgInfo(
  1. List<LeaksMsgNode> retainingPathList,
  2. String gcRootType, {
  3. int? leaksInstanceCounts,
  4. String? leaksClsName,
  5. int? expectedTotalCount,
})

Implementation

LeaksMsgInfo(
    List<LeaksMsgNode> this.retainingPathList, String this.gcRootType,
    {this.leaksInstanceCounts, this.leaksClsName, this.expectedTotalCount});