notes property

List<Note>? notes
getter/setter pair

The notes that were created.

Implementation

core.List<Note>? notes;