restorationId property

  1. @override
String? restorationId
override

Restoration ID to save and restore the state of the Route configured by this page.

If no restoration ID is provided, the Route will not restore its state.

See also:

Implementation

@override
String? get restorationId => jsonEncode(parameters.map);