QueryParam constructor

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

Implementation

const QueryParam(this.name, this.value);