includes method

bool includes()

Implementation

bool includes() {
  return this.monthType != 'none';
}