ThingGroupProperties constructor

ThingGroupProperties({
  1. AttributePayload? attributePayload,
  2. String? thingGroupDescription,
})

Implementation

ThingGroupProperties({
  this.attributePayload,
  this.thingGroupDescription,
});