copyWith method
Implementation
GetReceivedGift copyWith({String? receivedGiftId}) =>
GetReceivedGift(receivedGiftId: receivedGiftId ?? this.receivedGiftId);
GetReceivedGift copyWith({String? receivedGiftId}) =>
GetReceivedGift(receivedGiftId: receivedGiftId ?? this.receivedGiftId);