topMatch property

RouteMatch? topMatch

Implementation

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