menu
my package
documentation
util/time/time.dart
Time
weekday property
weekday property
dark_mode
light_mode
weekday
property
Weekday
get
weekday
Gets the
Weekday
part of this time instance.
Implementation
Weekday get weekday => Weekday.fromDateTime(_dateTime);
my package
documentation
util/time/time
Time
weekday property
Time class