PathParam constructor

const PathParam({
  1. String? name,
})

Implementation

const PathParam({
  this.name,
});