SSEDescription constructor

SSEDescription({
  1. SSEStatus? status,
})

Implementation

SSEDescription({
  this.status,
});