queryName property

Object queryName

Returns a name to identify the state.

Normally hashCode is used to manage state names, but if you want to specify a special name, specify queryName.

状態を識別するための名前を返します。

通常はhashCodeを用いて状態の名前を管理しますが、特別に名前を指定したい場合はqueryNameを指定してください。

Implementation

Object get queryName => _name ?? hashCode.toString();