weekdayText property

List<String>? weekdayText
final

weekdayText is an array of seven strings representing the formatted opening hours for each day of the week. If a language parameter was specified in the Place Details request, the Places Service will format and localize the opening hours appropriately for that language. The ordering of the elements in this array depends on the language parameter. ∂Some languages start the week on Monday while others start on Sunday.

Implementation

final List<String>? weekdayText;