ArticleDTO constructor

ArticleDTO({
  1. ContentDTO? content,
  2. String? excerpt,
  3. SourceDTO? source,
  4. String? title,
})

Implementation

ArticleDTO({this.content, this.excerpt, this.source, this.title});