ThingGroupProperties constructor
ThingGroupProperties({
- AttributePayload? attributePayload,
- String? thingGroupDescription,
Implementation
ThingGroupProperties({
this.attributePayload,
this.thingGroupDescription,
});