canUseMvs property

bool get canUseMvs

Implementation

bool get canUseMvs {
  return (latin.endsWith('a') || latin.endsWith('e')) &&
      index == latin.length - 2;
}