StarGiftAttributeCounter constructor

const StarGiftAttributeCounter({
  1. required StarGiftAttributeIdBase attribute,
  2. required int count,
})

Star Gift Attribute Counter constructor.

Implementation

const StarGiftAttributeCounter({required this.attribute, required this.count})
    : super._();