NotePosition constructor

NotePosition(
  1. Note note,
  2. Offset offset
)

Implementation

NotePosition(this.note, this.offset);