hasMicrotone property

bool get hasMicrotone

Verifica se a nota tem microtom

Implementation

bool get hasMicrotone {
  return alter != alter.round().toDouble();
}