Tagging constructor

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

Implementation

Tagging({
  required this.tagSet,
});