News constructor

News({
  1. String? hashId,
  2. int? rank,
  3. int? version,
  4. String? type,
  5. bool? readOverride,
  6. bool? fixedRank,
  7. NewsObj? newsObj,
})

Implementation

News(
    {this.hashId,
    this.rank,
    this.version,
    this.type,
    this.readOverride,
    this.fixedRank,
    this.newsObj});