MemDiffInput typedef
Input for diffMemProfiles.
Implementation
typedef MemDiffInput = ({
String beforePath,
String afterPath,
/// How many top entries to show (null → show all changed).
int? topN,
/// Sort key.
MemDiffSort sort,
});
Input for diffMemProfiles.
typedef MemDiffInput = ({
String beforePath,
String afterPath,
/// How many top entries to show (null → show all changed).
int? topN,
/// Sort key.
MemDiffSort sort,
});