menu
rohd_schematic_viewer
schematic_viewer.dart
DtdService
isConnected property
isConnected
dark_mode
light_mode
isConnected
property
bool
get
isConnected
Whether the DTD connection is active.
Implementation
bool get isConnected => _peer != null && !_peer!.isClosed;
rohd_schematic_viewer
schematic_viewer
DtdService
isConnected property
DtdService class