const_ property

dynamic const_
getter/setter pair

6.1.3. const

The value of this keyword MAY be of any type, including null.

Use of this keyword is functionally equivalent to an "enum" with a single value.

An instance validates successfully against this keyword if its value is equal to the value of the keyword.

Implementation

dynamic const_;