QueryParam constructor

QueryParam(
  1. String name,
  2. String value
)

Implementation

QueryParam(this.name, this.value);