tryBuildRootStack method

Iterable<Destination>? tryBuildRootStack()

Try to build the desination from root

Return null if current destion can't be a root destination

Implementation

Iterable<Destination>? tryBuildRootStack() => null;