dot method

Selector dot(
  1. String className
)

Implementation

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