InputKeyExchangeBase constructor

const InputKeyExchangeBase({
  1. required KeyExchangeAlgorithm algorithm,
  2. DateTime? expirationDate,
  3. int? expirationTimes,
})

Implementation

const InputKeyExchangeBase({
  required this.algorithm,
  this.expirationDate,
  this.expirationTimes,
});