routeOrUnknown method
Implementation
FlowerPage routeOrUnknown(FlowerPage onUnknow) =>
currentTreeBranch.isEmpty ? onUnknow : currentTreeBranch.last;
FlowerPage routeOrUnknown(FlowerPage onUnknow) =>
currentTreeBranch.isEmpty ? onUnknow : currentTreeBranch.last;