dayOfWeek property
Returns the day in the week for this day
See the Rust documentation for day_of_week
for more information.
Implementation
Weekday get dayOfWeek {
final result = _icu4x_Date_day_of_week_mv1(_ffi);
return Weekday.values.firstWhere((v) => v._ffi == result);
}