socket property

Socket get socket

Implementation

io.Socket get socket {
  try {
    return _socket!;
  } catch (e) {
    rethrow;
  }
}