toAny method
See the Rust documentation for to_any
for more information.
Implementation
Date toAny() {
final result = _icu4x_IsoDate_to_any_mv1(_ffi);
return Date._fromFfi(result, []);
}
See the Rust documentation for to_any
for more information.
Date toAny() {
final result = _icu4x_IsoDate_to_any_mv1(_ffi);
return Date._fromFfi(result, []);
}