debot property
DebotModule
get
debot
Implementation
DebotModule get debot {
if (_net == null) {
throw ('Client core not connected! Use TonClient.connect to open connection!');
}
return _debot!;
}