lunarString property

String lunarString

Implementation

String get lunarString {
  return _getString(lunarYear, lunarMonth, lunarDay);
}