title method

OpmlHeadBuilder title(
  1. String title
)

Implementation

OpmlHeadBuilder title(String title) {
  _title = title;
  return this;
}