RoutePageParam constructor

const RoutePageParam({
  1. String? paramName,
})

Implementation

const RoutePageParam({
  this.paramName,
});