BatchCreateNotesRequest constructor

BatchCreateNotesRequest({
  1. Map<String, Note>? notes,
})

Implementation

BatchCreateNotesRequest({
  this.notes,
});