IsolateHeapInfo constructor
const
IsolateHeapInfo({})
Implementation
const IsolateHeapInfo({
required this.id,
required this.name,
required this.heapUsage,
required this.externalUsage,
required this.heapCapacity,
});