Creates a Parameter from a JSON object.
factory Parameter.fromJson(Map<String, dynamic> json) => _$ParameterFromJson(json);