title property

String? get title
override

The human readable title for this constant value.

Implementation

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