BatchCreateNotesResponse constructor

BatchCreateNotesResponse({
  1. List<Note>? notes,
})

Implementation

BatchCreateNotesResponse({
  this.notes,
});