taskTitle property

String? taskTitle

Property getter and setter for taskTitle:

Implementation

String? get taskTitle;
void taskTitle=(String? taskTitle)

Implementation

set taskTitle(String? taskTitle);