closeCode method

int? closeCode()

get the close code

Implementation

int? closeCode() {
  return webSocketChannel.closeCode;
}