routeState property

Object? routeState
final

An object that will be passed to RouteInformation.state that is stored as a part of browser history entry.

This needs to be serializable.

Implementation

final Object? routeState;