isFirst property

bool get isFirst

Whether this route is the first (root) route.

Implementation

bool get isFirst => settings?.name == '/';