WebDavOcTags constructor

const WebDavOcTags({
  1. required List<String>? tags,
})

Implementation

const WebDavOcTags({
  required this.tags,
});