getRestorationId method

String getRestorationId(
  1. int id
)

Implementation

String getRestorationId(int id) {
  return 'n_router_$_index+$id';
}