route property

GetPage? route

Implementation

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