cite method

Del cite(
  1. String c
)

Implementation

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