title property

String title

Implementation

String get title => _data['title'];
void title=(String x)

Implementation

set title(String x) => _data['title'] = x;