tag method

Selector tag(
  1. String tag
)

Implementation

Selector tag(String tag) {
  assert(unallowedList(this));
  return Selector.chain([this, Selector.tag(tag)]);
}