title property

String title

Implementation

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

Implementation

set title(String value) => _title = value;