hidden property

bool get hidden

Returns true if the URL is a hidden page (i.e., no path information).

URLが隠されたページ(つまりパス情報が無いページ)の場合はtrueを返します。

Implementation

bool get hidden => false;