copyWith method

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

Implementation

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