notes property

List<Note>? notes
getter/setter pair

A page of notes.

Implementation

core.List<Note>? notes;