AttachProcessDied constructor

const AttachProcessDied({
  1. bool noLogFile = false,
  2. String fullLog = '',
})

Implementation

const AttachProcessDied({
  this.noLogFile = false,
  this.fullLog = '',
});