LaunchProcessDied constructor

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

Implementation

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