RouteQuery constructor

const RouteQuery()

Base class for creating queries to perform page transitions.

Enter the path name of the page in path and make route return Route for the page transition.

You can get the object corresponding to the query from value.

ページ遷移を行うためのクエリーを作成するためのベースクラス。

pathにページのパス名を入力し、routeにページ遷移を行うためのRouteを返すようにします。

keyからクエリーに対応したオブジェクトを取得することができます。

Implementation

const RouteQuery();