tryBuildRootStack method

  1. @override
Iterable<Destination>? tryBuildRootStack()
override

Try to build the desination from root

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

Implementation

@override
Iterable<Destination>? tryBuildRootStack() => [this];