UpRouterState constructor

const UpRouterState({
  1. Map<String, String>? params,
  2. Map<String, String>? queryParams,
  3. Map<String, List<String>>? queryParametersAll,
  4. Object? extra,
})

Implementation

const UpRouterState({
  this.params,
  this.queryParams,
  this.queryParametersAll,
  this.extra,
});