title property

String? get title

Property getter and setter for title:

Implementation

String? get title;
set title (String? title)

Implementation

set title(String? title);