GoingAwayNotice constructor

const GoingAwayNotice({
  1. String? timeLeft,
})

Creates a GoingAwayNotice instance.

timeLeft (optional): The remaining time before the connection will be terminated.

Implementation

const GoingAwayNotice({this.timeLeft});