secondaryRoutes property

Map<String, String> secondaryRoutes

Implementation

Map<String, String> get secondaryRoutes => {
      "post": "Post",
      "evenement": t.activity.activity,
      "profiel": t.account.profile,
      "inbox": t.inbox.inbox,
    };