Beacon constructor
Beacon({})
Implementation
Beacon({
required this.tags,
required this.tagsToDelete,
required this.customId,
required this.selectors,
this.assignToGroup,
this.unassignFromGroup,
});
Beacon({
required this.tags,
required this.tagsToDelete,
required this.customId,
required this.selectors,
this.assignToGroup,
this.unassignFromGroup,
});