currentRoute property

MuffinPage? currentRoute

Implementation

MuffinPage? get currentRoute => treeBranch.isEmpty ? null : treeBranch.last;