description property

String? get description
override

The description for this constant value.

Implementation

String? get description => _value[Keys.description] as String?;