title property

String? title

Implementation

String? get title => _title;
void title=(String? val)

Implementation

set title(String? val) => _title = val;