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