data property

Object? data
getter/setter pair

An arbitrary data to be stored in this. This will persist while navigating within this BeamLocation.

Therefore, in the case of using RoutesLocationBuilder which uses only a single RoutesBeamLocation for all page stacks, this data will be available always, until overriden with some new data.

Implementation

Object? data;