SqlApplicationConfigurationDescription constructor
SqlApplicationConfigurationDescription({
- List<
InputDescription> ? inputDescriptions, - List<
OutputDescription> ? outputDescriptions, - List<
ReferenceDataSourceDescription> ? referenceDataSourceDescriptions,
Implementation
SqlApplicationConfigurationDescription({
this.inputDescriptions,
this.outputDescriptions,
this.referenceDataSourceDescriptions,
});