copyWith method

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

Implementation

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