isInLeapYear property

bool get isInLeapYear

Returns if the year is a leap year for this date

See the Rust documentation for is_in_leap_year for more information.

Implementation

bool get isInLeapYear {
  final result = _icu4x_IsoDate_is_in_leap_year_mv1(_ffi);
  return result;
}