cite method

Ins cite(
  1. String c
)

Implementation

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