noteTitle property

String? noteTitle

Property getter and setter for noteTitle:

Implementation

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

Implementation

set noteTitle(String? noteTitle);