title属性

String title

实现

String get title => _title;
void title=(String value)

实现

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