CryptographyChannelPolicy constructor

const CryptographyChannelPolicy({
  1. required int minLength,
  2. required int? maxLength,
})

Implementation

const CryptographyChannelPolicy({
  required this.minLength,
  required this.maxLength,
});