notes property

String? get notes

Property getter and setter for notes:

Implementation

String? get notes;
set notes (String? notes)

Implementation

set notes(String? notes);