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