closeCode property - WebSocket class - dart:io library (original) (raw)

description

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;