QueryParameter constructor

QueryParameter(
  1. String name, {
  2. String? value,
})

Implementation

QueryParameter(this.name, {this.value});