AddThingsToThingGroupParams constructor

AddThingsToThingGroupParams({
  1. required List<String> thingGroupNames,
  2. bool? overrideDynamicGroups,
})

Implementation

AddThingsToThingGroupParams({
  required this.thingGroupNames,
  this.overrideDynamicGroups,
});