firstWeekday property

Weekday get firstWeekday

Returns the weekday that starts the week for this object's locale

See the Rust documentation for first_weekday for more information.

Implementation

Weekday get firstWeekday {
  final result = _icu4x_WeekInformation_first_weekday_mv1(_ffi);
  return Weekday.values.firstWhere((v) => v._ffi == result);
}