isPeriodOfFast property

bool isPeriodOfFast

Is the date in the period of fast

Implementation

bool get isPeriodOfFast {
  return month == 19;
}