InputParameter constructor
      
      InputParameter({})
     
    
    
Implementation
InputParameter({
  this.dataType,
  this.defaultValue,
  this.description,
  this.jsonSchema,
  this.nullable,
  this.parameter,
});InputParameter({
  this.dataType,
  this.defaultValue,
  this.description,
  this.jsonSchema,
  this.nullable,
  this.parameter,
});