NewsObj constructor
NewsObj({
- String? oldHashId,
- String? hashId,
- String? authorName,
- String? content,
- String? sourceUrl,
- String? sourceName,
- String? title,
- bool? important,
- String? imageUrl,
- String? shortenedUrl,
- int? createdAt,
- int? score,
- List<
String> ? categoryNames, - List<
String> ? relevancyTags, - String? tenant,
- String? fbObjectId,
- int? fbLikeCount,
- String? countryCode,
- List<
String> ? targetedCity, - String? bottomHeadline,
- String? bottomText,
- bool? darkerFonts,
- String? bottomPanelLink,
- String? bottomType,
- int? version,
- bool? dontShowAd,
- String? pollTenant,
- bool? videoOpinionEnabled,
- String? language,
- bool? showInshortsBrandName,
- bool? imageForRepresentation,
Implementation
NewsObj(
{this.oldHashId,
this.hashId,
this.authorName,
this.content,
this.sourceUrl,
this.sourceName,
this.title,
this.important,
this.imageUrl,
this.shortenedUrl,
this.createdAt,
this.score,
this.categoryNames,
this.relevancyTags,
this.tenant,
this.fbObjectId,
this.fbLikeCount,
this.countryCode,
this.targetedCity,
this.bottomHeadline,
this.bottomText,
this.darkerFonts,
this.bottomPanelLink,
this.bottomType,
this.version,
this.dontShowAd,
this.pollTenant,
this.videoOpinionEnabled,
this.language,
this.showInshortsBrandName,
this.imageForRepresentation});