noState constant

TailscaleStatus const noState

A status representing an authenticated-empty or absent persistent store.

Implementation

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