ValueEnum

interface ValueEnum<T>(source)

Interface which Enums should implement to indicate that they support the EnumFromValue specification.

Since

0.2.0

Properties

Link copied to clipboard
abstract val value: T

The underlying internal value.