ReactionRollup constructor

ReactionRollup({
  1. int? plusOne,
  2. int? minusOne,
  3. int? confused,
  4. int? eyes,
  5. int? heart,
  6. int? hooray,
  7. int? laugh,
  8. int? rocket,
  9. int? totalCount,
  10. String? url,
})

Implementation

ReactionRollup({
  this.plusOne,
  this.minusOne,
  this.confused,
  this.eyes,
  this.heart,
  this.hooray,
  this.laugh,
  this.rocket,
  this.totalCount,
  this.url,
});