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