topMatch property

RouteMatch? topMatch

Returns to topMost item in the segments list Witch is the last

Implementation

RouteMatch? get topMatch => hasSegments ? segments.last : null;