QueryParam constructor

const QueryParam([
  1. String? name
])

default constructor

Implementation

const QueryParam([this.name]);