title method

OpmlOutlineBuilder title(
  1. String title
)

Implementation

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