node property

Node get node

The node this component is attached to.

Valid between onAttach and onDetach. Reading it while the component is detached throws.

Implementation

Node get node => _node!;