copyWith method

PremiumSourceLimitExceeded copyWith({
  1. PremiumLimitType? limitType,
})

Implementation

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