notes property

Map<String, Note>? notes
getter/setter pair

The notes to create.

Max allowed length is 1000.

Required.

Implementation

core.Map<core.String, Note>? notes;