ListArticles constructor
ListArticles([
- void b()?
Creates a new ListArticles object using the builder pattern.
Implementation
factory ListArticles([void Function(ListArticlesBuilder)? b]) = _$ListArticles;