NotesProperties constructor

NotesProperties({
  1. String? speakerNotesObjectId,
})

Implementation

NotesProperties({
  this.speakerNotesObjectId,
});