cacheTags property

void cacheTags=(Iterable<String>? value)

Implementation

set cacheTags(Iterable<String>? value) {
  js_util.setProperty(this, 'cacheTags', value ?? jsUndefined);
}