node property

Uri? get node

The node this client is communicating with.

Implementation

Uri? get node => baseUri;
set node (Uri? uri)

Implementation

set node(Uri? uri) {
  // print("set ${uri.uri}")
  // baseUri = sdnnode;
}