Param constructor

Param(
  1. String key,
  2. String? value
)

Implementation

Param(this.key, this.value);