toFormattedString property
      
      String
      get
      toFormattedString
      
    
    
Conver all enums to string
Implementation
String get toFormattedString {
  return name.wordToSentence.toCapitalizeEachWord;
}Conver all enums to string
String get toFormattedString {
  return name.wordToSentence.toCapitalizeEachWord;
}