QueryParam constructor

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

Implementation

const QueryParam({
  this.name,
});