explicit

@get:JvmName(name = "getExplicit")
@set:JvmName(name = "setExplicit")
var explicit: Boolean
This field should always be explicitly listed with a value, even if it is set to the default value. This function
is especially useful for enums with default values, when there is a desire to have consistent indexes.

bool explicit = 7;