ParameterResponse constructor Null safety

ParameterResponse(
  1. String value,
  2. String type
)

Implementation

ParameterResponse(this.value, this.type);