cite method

Q cite(
  1. String c
)

Implementation

Q cite(String c) {
  attr('cite', StringAttribute(c));
  return this;
}