DataSourceParameter constructor
DataSourceParameter({
- List<
String> ? allowedValues, - bool? deprecated,
- String? description,
- String? displayName,
- List<
DataSourceParameter> ? fields, - bool? immutable,
- double? maxValue,
- double? minValue,
- String? paramId,
- bool? recurse,
- bool? repeated,
- bool? required,
- String? type,
- String? validationDescription,
- String? validationHelpUrl,
- String? validationRegex,
Implementation
DataSourceParameter({
this.allowedValues,
this.deprecated,
this.description,
this.displayName,
this.fields,
this.immutable,
this.maxValue,
this.minValue,
this.paramId,
this.recurse,
this.repeated,
this.required,
this.type,
this.validationDescription,
this.validationHelpUrl,
this.validationRegex,
});