Note.A constructor

const Note.A(
  1. int octave
)

Implementation

const Note.A(int octave) : this._("A", "La", octave);