TerminalStatus constructor

TerminalStatus({
  1. int? status,
})

Implementation

TerminalStatus({
  this.status,
});