String? get firstDay => _$this._firstDay;
set firstDay(covariant String? firstDay) => _$this._firstDay = firstDay;