title property

String? get title

The title of the note.

Implementation

String? get title => payload['title'];