copyWith method

GetStarGiftPaymentOptions copyWith({
  1. int? userId,
})

Implementation

GetStarGiftPaymentOptions copyWith({int? userId}) =>
    GetStarGiftPaymentOptions(userId: userId ?? this.userId);