values constant

List<EncryptionMode> const values

Implementation

static const $core.List<EncryptionMode> values = <EncryptionMode>[
  ENCRYPTION_MODE_UNSPECIFIED,
  ENCRYPTION_MODE_DIRECT,
  ENCRYPTION_MODE_CONTENT_ENCRYPTION_KEY,
];