toFullString method

String toFullString()

Implementation

String toFullString() {
  return '$_year年${getIndex() == 1 ? '上' : '下'}半年';
}