copyWith method
Implementation
@override
PremiumSourceLimitExceeded copyWith({
PremiumLimitType? limitType,
}) =>
PremiumSourceLimitExceeded(
limitType: limitType ?? this.limitType,
);
@override
PremiumSourceLimitExceeded copyWith({
PremiumLimitType? limitType,
}) =>
PremiumSourceLimitExceeded(
limitType: limitType ?? this.limitType,
);