StarGiftAttributeCounter constructor
const
StarGiftAttributeCounter({
- required StarGiftAttributeIdBase attribute,
- required int count,
Star Gift Attribute Counter constructor.
Implementation
const StarGiftAttributeCounter({required this.attribute, required this.count})
: super._();