copyWith method

GetReceivedGift copyWith({
  1. String? receivedGiftId,
})

Implementation

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