path property

dynamic get path

Implementation

get path {
  switch (this) {
    case home:
      return 'home';
    case conversations:
      return 'conversations';
    case knowledgeBase:
      return 'help';
  }
}