toIso method
Converts this date to ISO
See the Rust documentation for to_iso
for more information.
Implementation
IsoDate toIso() {
final result = _icu4x_Date_to_iso_mv1(_ffi);
return IsoDate._fromFfi(result, []);
}
Converts this date to ISO
See the Rust documentation for to_iso
for more information.
IsoDate toIso() {
final result = _icu4x_Date_to_iso_mv1(_ffi);
return IsoDate._fromFfi(result, []);
}