title property
String
get
title
The title for this enum entry.
Implementation
String get title => _value[Keys.title] as String;
The title for this enum entry.
String get title => _value[Keys.title] as String;