Enum

data class Enum(val name: String, val values: List<String>)

The name and values of an enum, whether system or user defined.

Constructors

Link copied to clipboard
constructor(name: String, values: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard