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