SdkType constructor
SdkType({
- List<
SdkConfigurationProperty> ? configurationProperties, - String? description,
- String? friendlyName,
- String? id,
Implementation
SdkType({
this.configurationProperties,
this.description,
this.friendlyName,
this.id,
});