valueOf static method

EncryptionAlgorithm? valueOf(
  1. int value
)

Implementation

static EncryptionAlgorithm? valueOf($core.int value) => _byValue[value];