MemProfileSuccess constructor

const MemProfileSuccess({
  1. required String outputPath,
  2. required int classCount,
  3. required String isolateName,
})

Implementation

const MemProfileSuccess({
  required this.outputPath,
  required this.classCount,
  required this.isolateName,
});