void routeParams=(List changes)

Source

set routeParams(List<dynamic> changes) {
  this._routeParams = changes;
  this._updateLink();
}