copyWith method

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

Implementation

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