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