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