notes property

List<Note>? notes
getter/setter pair

The notes associated with this proposal.

Output only.

Implementation

core.List<Note>? notes;