Leaks class

Detailed information about found leaks.

Constructors

Leaks(Map<LeakType, List<LeakReport>> byType)
Leaks.empty()
Leaks.fromJson(Map<String, dynamic> json)
factory

Properties

all List<LeakReport>
no setter
byPhase Map<String?, Leaks>
latefinal
byType Map<LeakType, List<LeakReport>>
final
gcedLate List<LeakReport>
no setter
hashCode int
The hash code for this object.
no setterinherited
notDisposed List<LeakReport>
no setter
notGCed List<LeakReport>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
toYaml({required bool phasesAreTests}) String

Operators

operator ==(Object other) bool
The equality operator.
inherited