ProcessMemoryItem constructor
- String? name,
- String? description,
- int? size,
- List<
ProcessMemoryItem> ? children,
Implementation
ProcessMemoryItem({
this.name,
this.description,
this.size,
this.children,
});
ProcessMemoryItem({
this.name,
this.description,
this.size,
this.children,
});