root property

RootStackRouter get root
inherited

Returns the root router as RootStackRouter

Implementation

RootStackRouter get root => (_parent?.root ?? this) as RootStackRouter;