notes property

List<Note>? notes
getter/setter pair

A list of notes from the buyer and the seller attached to this proposal.

Implementation

core.List<Note>? notes;