closeCode property - WebSocket class - dart:io library (original) (raw)
int? getcloseCode
The close code set when the WebSocket connection is closed. If there is no close code available this property will be null
Implementation
int? get closeCode;