ProtocolCloseException constructor

ProtocolCloseException({
  1. required int closeCode,
  2. String? reason,
})

Implementation

ProtocolCloseException({required this.closeCode, this.reason});