exitNodeId property

String? exitNodeId
final

Pass empty string to clear the current exit node; null leaves unchanged (Dart's single-null problem; use named setters on Prefs or ExitNode for clarity). Any explicit update to this field also disables automatic exit-node selection, matching upstream ipn.MaskedPrefs semantics.

Implementation

final String? exitNodeId;