MemoryBreakdownEntry constructor

MemoryBreakdownEntry({
  1. int? bytes,
  2. Iterable<MemoryAttribution>? attribution,
  3. Iterable<String>? types,
})

Implementation

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