root top-level constant

_Root const root

Matches the root PageLoaderElement being used for constructing the current page object. Allows PageLoaderElement interactions (e.g. clicking) directly on a page object.

Must be applied to a PageLoaderElement getter. No other annotations may be used.

Implementation

const root = _Root();