I18nWeekCodes constructor
const
I18nWeekCodes({})
Implementation
const I18nWeekCodes({
this.saturday = 'ش',
this.sunday = 'ی',
this.monday = 'د',
this.tuesday = 'س',
this.wednesday = 'چ',
this.thursday = 'پ',
this.friday = 'ج',
});