NegotiationResult constructor
const
NegotiationResult({
- required KeyExchangeAlgorithm keyExchange,
- required CryptoAlgorithm asymmetric,
- required CryptoAlgorithm symmetric,
- required String localPeerId,
- required String remotePeerId,
- required bool isInitiator,
Implementation
const NegotiationResult({
required this.keyExchange,
required this.asymmetric,
required this.symmetric,
required this.localPeerId,
required this.remotePeerId,
required this.isInitiator,
});