WireGuardPeerConfig constructor

const WireGuardPeerConfig({
  1. String? publicKey,
  2. String? preSharedKey,
  3. String? endpoint,
  4. int? keepAlive,
  5. List<String>? allowedIPs,
})

Implementation

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