ClassAlloc constructor
const
ClassAlloc({})
Implementation
const ClassAlloc({
required this.className,
required this.libraryUri,
required this.instancesCurrent,
required this.bytesCurrent,
});
const ClassAlloc({
required this.className,
required this.libraryUri,
required this.instancesCurrent,
required this.bytesCurrent,
});