copyWith method

UpgradedGiftAttributeIdSymbol copyWith({
  1. int? stickerId,
})

Implementation

UpgradedGiftAttributeIdSymbol copyWith({int? stickerId}) =>
    UpgradedGiftAttributeIdSymbol(stickerId: stickerId ?? this.stickerId);