notes property

List<Note>? notes
getter/setter pair

The notes requested.

Implementation

core.List<Note>? notes;