Tagging constructor

Tagging({
  1. required List<Tag> tagSet,
})

Implementation

Tagging({
  required this.tagSet,
});