all constant

List<String> const all

All registered patterns, most specific first.

Implementation

static const List<String> all = [
  sessionView,
  nodeSessions,
  nodeDetail,
  nodes,
  login,
];