title property

String? get title

Implementation

String? get title => _$this._title;
set title (String? title)

Implementation

set title(String? title) => _$this._title = title;