copyWith method
Implementation
GetPremiumInfoSticker copyWith({int? monthCount}) =>
GetPremiumInfoSticker(monthCount: monthCount ?? this.monthCount);
GetPremiumInfoSticker copyWith({int? monthCount}) =>
GetPremiumInfoSticker(monthCount: monthCount ?? this.monthCount);