INSTANCE

Instance required to make a call to the member, or an outer class instance for an inner class constructor.

Properties

Link copied to clipboard
actual val name: String

Returns the name of this enum constant, exactly as declared in its enum declaration.

Link copied to clipboard
actual val ordinal: Int

Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).