noState constant
A status representing an authenticated-empty or absent persistent store.
Implementation
static const noState = TailscaleStatus(
state: NodeState.noState,
tailscaleIPs: [],
health: [],
);
A status representing an authenticated-empty or absent persistent store.
static const noState = TailscaleStatus(
state: NodeState.noState,
tailscaleIPs: [],
health: [],
);