ResourceManagerTags constructor

ResourceManagerTags({
  1. Map<String, String>? tags,
})

Implementation

ResourceManagerTags({
  this.tags,
});