notes property

List<IContactNote>? notes

Property getter and setter for notes:

Implementation

List<IContactNote>? get notes;
void notes=(List<IContactNote>? notes)

Implementation

set notes(List<IContactNote>? notes);