notes property

String? notes

Property getter and setter for notes:

Implementation

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

Implementation

set notes(String? notes);