MemProfileMultiSuccess constructor

const MemProfileMultiSuccess({
  1. required List<String> outputPaths,
  2. required List<String> isolateNames,
  3. required int classCount,
})

Implementation

const MemProfileMultiSuccess({
  required this.outputPaths,
  required this.isolateNames,
  required this.classCount,
});