copyWith method

MessageGiveawayCreated copyWith({
  1. int? starCount,
})

Implementation

MessageGiveawayCreated copyWith({int? starCount}) =>
    MessageGiveawayCreated(starCount: starCount ?? this.starCount);