eraYearOrRelatedIso property
Returns the year number in the current era for this date
For calendars without an era, returns the related ISO year.
See the Rust documentation for era_year_or_related_iso
for more information.
Implementation
int get eraYearOrRelatedIso {
final result = _icu4x_Date_era_year_or_related_iso_mv1(_ffi);
return result;
}