ThingTypeDefinition constructor

ThingTypeDefinition({
  1. String? thingTypeArn,
  2. ThingTypeMetadata? thingTypeMetadata,
  3. String? thingTypeName,
  4. ThingTypeProperties? thingTypeProperties,
})

Implementation

ThingTypeDefinition({
  this.thingTypeArn,
  this.thingTypeMetadata,
  this.thingTypeName,
  this.thingTypeProperties,
});