toFormattedString property

String get toFormattedString

Conver all enums to string

Implementation

String get toFormattedString {
  return name.wordToSentence.toCapitalizeEachWord;
}