never constant

Implementation

static const CryptographyChannelPolicy never = CryptographyChannelPolicy(
  minLength: 0,
  maxLength: 0,
);