ThingAttribute constructor

ThingAttribute({
  1. Map<String, String>? attributes,
  2. String? thingArn,
  3. String? thingName,
  4. String? thingTypeName,
  5. int? version,
})

Implementation

ThingAttribute({
  this.attributes,
  this.thingArn,
  this.thingName,
  this.thingTypeName,
  this.version,
});