restorationId property

  1. @internal
String restorationId

Builds a String value that that's passed to AutoRoutePage.restorationId

Implementation

@internal
String get restorationId => _match.restorationId == null
    ? _match.name
    : _match.restorationId!(_match);