onRestorationScopeId method

String? onRestorationScopeId()

Implementation

String? onRestorationScopeId() =>
    inRestorationScopeId != null ? inRestorationScopeId!() : null;