isQuarterly method

bool isQuarterly()

Implementation

bool isQuarterly() {
  return period!.contains('Q');
}