GoingAwayNotice constructor
const
GoingAwayNotice({
- String? timeLeft,
Creates a GoingAwayNotice instance.
timeLeft (optional): The remaining time before the connection will be
terminated.
Implementation
const GoingAwayNotice({this.timeLeft});