LeakedInfo constructor
LeakedInfo(
- List<
RetainingNode> retainingPath, - String? gcRootType, {
- int? timestamp,
Implementation
LeakedInfo(this.retainingPath, this.gcRootType, {this.timestamp}) {
timestamp ??= DateTime.now().millisecondsSinceEpoch;
}