beamer icon indicating copy to clipboard operation
beamer copied to clipboard

Make a serializer for `beamingHistory`

Open slovnicki opened this issue 2 years ago • 0 comments

So it can be stored and restored.

https://discord.com/channels/815722893878099978/815724566437298227/940239793361662003; Something like: beamingHistory.toStringsHistory() and stringsHistory.toBeamingHistory()

final stringsHistory = beamingHistory.map(
  (beamLocation) => beamLocation.history.map(
    (historyElement) => historyElement.routeInformation.location!,
  ),
).toList();

slovnicki avatar Feb 07 '22 13:02 slovnicki