data property
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;