Beacon constructor

Beacon({
  1. required Set<Tag> tags,
  2. required Set<Tag> tagsToDelete,
  3. required String? customId,
  4. required Map<String, dynamic> selectors,
})

Implementation

Beacon({
  required this.tags,
  required this.tagsToDelete,
  required this.customId,
  required this.selectors,
});