hasConnection property
bool
get
hasConnection
Whether the DTDManager is connected to a running instance of the DTD.
Implementation
bool get hasConnection => connection.value != null;
Whether the DTDManager is connected to a running instance of the DTD.
bool get hasConnection => connection.value != null;