IsoDate.fromRataDie constructor
- int rd
Creates a new IsoDate from the given Rata Die
See the Rust documentation for from_rata_die
for more information.
Implementation
factory IsoDate.fromRataDie(int rd) {
final result = _icu4x_IsoDate_from_rata_die_mv1(rd);
return IsoDate._fromFfi(result, []);
}