DestinationConfigTemplate constructor

DestinationConfigTemplate({
  1. List<String>? autocompleteSuggestions,
  2. int? defaultPort,
  3. String? description,
  4. String? displayName,
  5. bool? isAdvanced,
  6. String? key,
  7. int? max,
  8. int? min,
  9. String? portFieldType,
  10. String? regexPattern,
})

Implementation

DestinationConfigTemplate({
  this.autocompleteSuggestions,
  this.defaultPort,
  this.description,
  this.displayName,
  this.isAdvanced,
  this.key,
  this.max,
  this.min,
  this.portFieldType,
  this.regexPattern,
});