title property

String get title

Implementation

String get title => _title;
set title (String v)

Implementation

set title(String v) {
  _title = v;
  _invalidateCache();
}