ExitedEventBody constructor

ExitedEventBody({
  1. required int exitCode,
})

Implementation

ExitedEventBody({
  required this.exitCode,
});