MemoryBreakdownEntry constructor
MemoryBreakdownEntry({
- int? bytes,
- Iterable<
MemoryAttribution> ? attribution, - Iterable<
String> ? types,
Implementation
external factory MemoryBreakdownEntry(
{int? bytes,
Iterable<MemoryAttribution>? attribution,
Iterable<String>? types});