WebEditorial constructor - WebEditorial - search library - Dart API
WebEditorial
WebEditorial constructor
- String description,
- String language,
- WebSource source
Creates a new instance.
descriptionContent of the editorial.languageInformation about language in which edtitorial was written.sourceDetailed information about editorial article.
Implementation
WebEditorial(this.description, this.language, this.source);