title property
String?
get
title
The human readable title for this constant value.
Implementation
String? get title => _value[Keys.title] as String?;
The human readable title for this constant value.
String? get title => _value[Keys.title] as String?;