stopped constant

TailscaleStatus const stopped

A status representing a stopped/uninitialized engine.

Implementation

static const stopped = TailscaleStatus(
  state: NodeState.stopped,
  tailscaleIPs: [],
  health: [],
);