ParameterResponse constructor Null safety

ParameterResponse(
  1. String type,
  2. {String? value,
  3. String? from,
  4. String? salt,
  5. String? asset}
)

Implementation

ParameterResponse(this.type, {this.value, this.from, this.salt, this.asset});