Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(context: DownlinkContext, hostUri: Uri, nodeUri: Uri, laneUri: Uri,
prio?: number, rate?: number, body?: Value, state: STree = new STree()) {
super(context, hostUri, nodeUri, laneUri, prio, rate, body);
this._state = state;
}