SqlApplicationConfigurationDescription constructor

SqlApplicationConfigurationDescription({
  1. List<InputDescription>? inputDescriptions,
  2. List<OutputDescription>? outputDescriptions,
  3. List<ReferenceDataSourceDescription>? referenceDataSourceDescriptions,
})

Implementation

SqlApplicationConfigurationDescription({
  this.inputDescriptions,
  this.outputDescriptions,
  this.referenceDataSourceDescriptions,
});