copyWith method

CanSendGift copyWith({
  1. int? giftId,
})

Implementation

CanSendGift copyWith({int? giftId}) =>
    CanSendGift(giftId: giftId ?? this.giftId);