docs method

RssBuilder docs(
  1. String? docs
)

Implementation

RssBuilder docs(String? docs) {
  _channelBuilder._docs(docs);
  return this;
}