isPreviousHG property

bool get isPreviousHG

Implementation

bool get isPreviousHG {
  return 'h' == previousLetter || 'g' == previousLetter;
}