NoteType constructor

const NoteType(
  1. List<String> notes
)

Implementation

const NoteType(this.notes);