utils property

UtilsModule get utils

Implementation

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