net property

NetModule get net

Implementation

NetModule get net {
  if (_net == null) {
    throw ('Client core not connected! Use TonClient.connect to open connection!');
  }
  return _net!;
}