SdkType constructor

SdkType({
  1. List<SdkConfigurationProperty>? configurationProperties,
  2. String? description,
  3. String? friendlyName,
  4. String? id,
})

Implementation

SdkType({
  this.configurationProperties,
  this.description,
  this.friendlyName,
  this.id,
});