description property

String? description
final

The description of the enum value

Extension Method: description

default: The description will be generated from the doc comment or null if EnumAssist.useDocCommentAsDescription is set to false
(either annotation or build.yaml file)

Implementation

final String? description;