noteUpdateMethod property

NoteUpdateMethod? noteUpdateMethod
final

Specifies how the note should be updated.

Determines whether the new note should replace existing notes or be appended. If null, NoteUpdateMethod.append is used as the default behavior.

Implementation

final NoteUpdateMethod? noteUpdateMethod;