withTitle property

void withTitle=(String title)

Implementation

set withTitle(String title) {
  _title = title;
}