route property

GetPage? get route

Implementation

GetPage? get route => treeBranch.isEmpty ? null : treeBranch.last;