SdkConfigurationProperty constructor

SdkConfigurationProperty({
  1. String? defaultValue,
  2. String? description,
  3. String? friendlyName,
  4. String? name,
  5. bool? required,
})

Implementation

SdkConfigurationProperty({
  this.defaultValue,
  this.description,
  this.friendlyName,
  this.name,
  this.required,
});