Sign in
dart
/
i18n
/
refs/heads/switchToRelativeForExample
/
.
/
pkgs
/
intl4x
/
lib
/
src
/
bindings
/
WeekRelativeUnit.g.dart
blob: a77fb9c042f1f925b193984e1cb45fa7d5c1690f [
file
] [
log
] [
blame
] [
edit
]
// generated by diplomat-tool
part of
'lib.g.dart'
;
/// See the [Rust documentation for `RelativeUnit`](https://docs.rs/icu/latest/icu/calendar/week/enum.RelativeUnit.html) for more information.
enum WeekRelativeUnit
{
previous
,
current
,
next
;
}