copyWith method

GetPremiumInfoSticker copyWith({
  1. int? monthCount,
})

Implementation

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