Mensur constructor

Mensur({
  1. int? modusmaior,
  2. int? modusmino,
  3. int? tempus,
  4. int? prolatio,
  5. MensurSign? sign,
  6. bool dot = false,
  7. bool slash = false,
})

Implementation

Mensur({
  this.modusmaior,
  this.modusmino,
  this.tempus,
  this.prolatio,
  this.sign,
  this.dot = false,
  this.slash = false,
});