toAny method

Date toAny()

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, []);
}