Article constructor
Implementation
Article({
required this.id,
required this.title,
required this.subtitle,
required this.headerImage,
required this.fullArticleLink,
this.source,
this.linkedCampaignId,
this.releasedAt,
});
Article({
required this.id,
required this.title,
required this.subtitle,
required this.headerImage,
required this.fullArticleLink,
this.source,
this.linkedCampaignId,
this.releasedAt,
});