isDayMingWu method

bool isDayMingWu()

Implementation

bool isDayMingWu() {
  return '戊' == _lunar!.getDayGan();
}