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