Sign in
dart
/
i18n.git
/
43214dde639f496377b6151115d1415128298c53
/
.
/
pkgs
/
intl4x
/
lib
/
src
/
bindings
/
WeekRelativeUnit.g.dart
blob: 256fa50208f96a89480791bd0710191167907857 [
file
] [
log
] [
blame
]
// 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
}