FeedDate constructor
Implementation
FeedDate({
String? publishedDate,
String? publishedDateFormat,
String? publishedDateFormatTime,}){
_publishedDate = publishedDate;
_publishedDateFormat = publishedDateFormat;
_publishedDateFormatTime = publishedDateFormatTime;
}