ArticleDTO constructor
ArticleDTO({
- ContentDTO? content,
- String? excerpt,
- SourceDTO? source,
- String? title,
Implementation
ArticleDTO({this.content, this.excerpt, this.source, this.title});