weekdayText property

List<String?>? weekdayText

Implementation

List<String?>? get weekdayText =>
    getProperty(this, 'weekday_text')?.cast<String?>();
void weekdayText=(List<String?>? value)

Implementation

set weekdayText(List<String?>? value) {
  setProperty(this, 'weekday_text', value);
}