WireGuardPeerConfig constructor
const
WireGuardPeerConfig({})
Implementation
const factory WireGuardPeerConfig({
String? publicKey,
String? preSharedKey,
String? endpoint,
int? keepAlive,
List<String>? allowedIPs,
}) = _WireGuardPeerConfig;