data property

PageDataMap get data

Data available to the page.

The data data might be modified by different modules during the page building process.

Prefer modifying or replacing data with apply.

Implementation

PageDataMap get data => PageDataMap._(_data);