NoteInfo constructor

const NoteInfo(
  1. int id,
  2. List<String> fields,
  3. List<String> tags
)

Implementation

const NoteInfo(this.id, this.fields, this.tags);