Statistics constructor

Statistics({
  1. int? views,
  2. int? favorites,
})

Implementation

Statistics({
  this.views,
  this.favorites,
});