NoteListItem constructor

NoteListItem(
  1. int index,
  2. NotesModel nm,
  3. Function openNote,
  4. NotificationModel notificationModel
)

Implementation

NoteListItem(this.index, this.nm, this.openNote, this.notificationModel);