navigation property

List<List<String>> navigation
getter/setter pair

Implementation

List<List<String>> navigation = [
  ['mailbox', ':me', 'people mentioning you'],
  //['moderator', 'moderator', '#moderator foorumi ideat ym '],
  //['omasome', 'omasome', 'omasome jutut #omasome'],
  ['latest', 'all', 'lastest brainfarts on omasome'],
  ['buugi', 'buugi', '#buugi, whats going on with you?'],
];