ThingTypeDefinition constructor
ThingTypeDefinition({
- String? thingTypeArn,
- ThingTypeMetadata? thingTypeMetadata,
- String? thingTypeName,
- ThingTypeProperties? thingTypeProperties,
Implementation
ThingTypeDefinition({
this.thingTypeArn,
this.thingTypeMetadata,
this.thingTypeName,
this.thingTypeProperties,
});