navigation property

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

Implementation

List<List<String>> navigation = [
  [
    'about',
    'faq',
    'what is chonky.rocks? please leave a comment or a question'
  ],
  ['wip', 'wip', 'on my to-do list'],
  ['art', 'chonky', 'latest sketches of beautiful big boys']
];