dayOfWeek property

Weekday get dayOfWeek

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_IsoDate_day_of_week_mv1(_ffi);
  return Weekday.values.firstWhere((v) => v._ffi == result);
}